diff --git a/vim/bundle/purescript b/vim/bundle/purescript index 92dd6bc..78f0e0e 160000 --- a/vim/bundle/purescript +++ b/vim/bundle/purescript @@ -1 +1 @@ -Subproject commit 92dd6bc647b45444e9d5e0550bdc3c56928f9762 +Subproject commit 78f0e0e3a634612caf9aeb26e8e415fbf5ac6f83 diff --git a/vimrc b/vimrc index 2a8f813..cf59e49 100644 --- a/vimrc +++ b/vimrc @@ -145,6 +145,7 @@ let g:purescript_indent_case = 2 let g:purescript_indent_let = 4 let g:purescript_indent_where = 0 let g:purescript_indent_do = 0 +let g:purescript_indent_style = "jondentation" " --- custom functions --- " Increase a number in a column -- use C-v and then C-a