Add hoogle support
This commit is contained in:
parent
9347f35352
commit
aa30843b94
@ -41,6 +41,13 @@ endfunction
|
|||||||
au BufEnter /*.hs call LoadHscope()
|
au BufEnter /*.hs call LoadHscope()
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
"hoogle
|
||||||
|
nnoremap <leader>ho :Hoogle<CR>
|
||||||
|
nnoremap <leader>hc :HoogleClose<CR>
|
||||||
|
|
||||||
|
|
||||||
" haskell-vim
|
" haskell-vim
|
||||||
let g:haskell_classic_highlighting = 1
|
let g:haskell_classic_highlighting = 1
|
||||||
let g:haskell_indent_disable = 1
|
let g:haskell_indent_disable = 1
|
||||||
|
1
vimrc
1
vimrc
@ -101,6 +101,7 @@ Plug 'bitc/lushtags', {
|
|||||||
" Plug 'timmytofu/vim-cabal-context', { 'for': 'haskell' }
|
" Plug 'timmytofu/vim-cabal-context', { 'for': 'haskell' }
|
||||||
Plug 'itchyny/vim-haskell-indent', { 'for': 'haskell' }
|
Plug 'itchyny/vim-haskell-indent', { 'for': 'haskell' }
|
||||||
Plug 'dan-t/vim-hsimport', { 'for': 'haskell' }
|
Plug 'dan-t/vim-hsimport', { 'for': 'haskell' }
|
||||||
|
Plug 'Twinside/vim-hoogle', { 'for': 'haskell' }
|
||||||
|
|
||||||
" clojure
|
" clojure
|
||||||
" Plug '~/.vim/unmanaged-vim-plug/paredit', { 'for': 'clojure' }
|
" Plug '~/.vim/unmanaged-vim-plug/paredit', { 'for': 'clojure' }
|
||||||
|
Loading…
Reference in New Issue
Block a user