diff --git a/vimrc.local b/vimrc.local index de502e1..66a7238 100644 --- a/vimrc.local +++ b/vimrc.local @@ -393,6 +393,7 @@ command! -nargs=0 IdeaFormat silent :w | exec "!idea format %" | :e " PureScript au BufWritePre *.purs call CocAction('format') +let g:purescript_disable_indent = 1 let g:purescript_indent_let = 2 let g:purescript_indent_in = 0 let g:purescript_indent_where = 0 diff --git a/vimrc.local.bundles b/vimrc.local.bundles index 19c7fa3..256f272 100644 --- a/vimrc.local.bundles +++ b/vimrc.local.bundles @@ -49,7 +49,7 @@ Plug 'vim-scripts/alex.vim', { 'for' : 'alex' } Plug 'vim-scripts/happy.vim', { 'for' : 'happy' } " PureScript -Plug 'andys8/purescript-vim', { 'for' : 'purescript' } +Plug 'purescript-contrib/purescript-vim', { 'for' : 'purescript' } " Ranger Plug 'francoiscabrol/ranger.vim'