Skip to content

Commit

Permalink
Vim: Use original purescript plugin, disable indent
Browse files Browse the repository at this point in the history
  • Loading branch information
andys8 committed Mar 3, 2021
1 parent cd41512 commit d3de003
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions vimrc.local
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion vimrc.local.bundles
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit d3de003

Please sign in to comment.