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

View File

@@ -41,6 +41,13 @@ endfunction
au BufEnter /*.hs call LoadHscope()
"hoogle
nnoremap <leader>ho :Hoogle<CR>
nnoremap <leader>hc :HoogleClose<CR>
" haskell-vim
let g:haskell_classic_highlighting = 1
let g:haskell_indent_disable = 1