Unfuck haskell config for large projects

This commit is contained in:
2018-08-04 19:42:36 +08:00
parent ea4275de9c
commit 7a8a1f425f
2 changed files with 15 additions and 9 deletions

2
vimrc
View File

@@ -88,7 +88,7 @@ Plug 'w0rp/ale', {
" if has("nvim")
" Plug 'parsonsmatt/intero-neovim'
" endif
Plug 'eagletmt/ghcmod-vim', { 'for': 'haskell' }
" Plug 'eagletmt/ghcmod-vim', { 'for': 'haskell' }
" completion based on ghc-mod, not LSP
" Plug 'eagletmt/neco-ghc', { 'for': 'haskell' }
Plug 'lukerandall/haskellmode-vim', { 'for': 'haskell' }