Add haskell config (unfinished)

This commit is contained in:
Vladan Popovic 2020-06-16 21:38:14 +02:00
parent 662ebf4c38
commit 74431bb43f
3 changed files with 12 additions and 2 deletions

View file

@ -0,0 +1,3 @@
nnoremap <Leader>ht :GhcModType<cr>
nnoremap <Leader>htc :GhcModTypeClear<cr>
autocmd FileType haskell nnoremap <buffer> <leader>? :call ale#cursor#ShowCursorDetail()<cr>