Add hoogle support

This commit is contained in:
2018-07-08 16:54:57 +08:00
parent 9347f35352
commit aa30843b94
2 changed files with 8 additions and 0 deletions

1
vimrc
View File

@@ -101,6 +101,7 @@ Plug 'bitc/lushtags', {
" Plug 'timmytofu/vim-cabal-context', { 'for': 'haskell' }
Plug 'itchyny/vim-haskell-indent', { 'for': 'haskell' }
Plug 'dan-t/vim-hsimport', { 'for': 'haskell' }
Plug 'Twinside/vim-hoogle', { 'for': 'haskell' }
" clojure
" Plug '~/.vim/unmanaged-vim-plug/paredit', { 'for': 'clojure' }