dotfiles/.vim/ftplugin/haskell.vim

4 lines
171 B
VimL
Raw Normal View History

2020-06-16 21:38:14 +02:00
nnoremap <Leader>ht :GhcModType<cr>
nnoremap <Leader>htc :GhcModTypeClear<cr>
autocmd FileType haskell nnoremap <buffer> <leader>? :call ale#cursor#ShowCursorDetail()<cr>