Skip to content

Commit

Permalink
Vim: PureScript fork to solve "in" indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
andys8 committed Feb 10, 2021
1 parent 24375ac commit 437d54f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
" Config in vimrc.local and vimrc.local.bundles

" Disable functionality
let g:polyglot_disabled = ['elm', 'dhall']
let g:polyglot_disabled = ['elm', 'dhall', 'purescript']

"*****************************************************************************
"" Plug install packages
Expand Down
3 changes: 0 additions & 3 deletions vimrc.local
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,6 @@ function! Multiple_cursors_after()
exe 'DelimitMateOn'
endfunction

" Elm
let g:polyglot_disabled = ['elm', 'dhall']

" Ctags
set tags+=tags;tags.vendors;,tags;

Expand Down
3 changes: 3 additions & 0 deletions vimrc.local.bundles
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ Plug 'iamcco/markdown-preview.nvim', { 'do': { -> mkdp#util#install() }, 'for':
Plug 'vim-scripts/alex.vim', { 'for' : 'alex' }
Plug 'vim-scripts/happy.vim', { 'for' : 'happy' }

" PureScript
Plug 'andys8/purescript-vim', { 'for' : 'purescript' }

" Ranger
Plug 'francoiscabrol/ranger.vim'

Expand Down

0 comments on commit 437d54f

Please sign in to comment.