nvim: init.vim: Add shortcut for generating tags in Haskell project

This commit is contained in:
Sanchayan Maity 2019-12-03 11:29:52 +05:30 committed by Sanchayan Maity
parent b9e7a26560
commit ad991c0b12

View file

@ -259,6 +259,7 @@ nnoremap <Leader>njc :NeomakeCancelJob
nnoremap <Leader>sw :ToggleWorkspace<CR>
" Haskell specific
nnoremap <Leader>ht :NeomakeSh stack exec -- fast-tags -R .<CR>
" For ghcid
nnoremap <Leader>hg :Ghcid<CR>
nnoremap <Leader>hk :GhcidKill<CR>