Add haskell config (unfinished)
This commit is contained in:
parent
662ebf4c38
commit
74431bb43f
3 changed files with 12 additions and 2 deletions
3
.vim/ftplugin/haskell.vim
Normal file
3
.vim/ftplugin/haskell.vim
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue