nvim: Use hasktags instead of fast-tags
hasktags seems to better as it seems to be recognized by tools like Vista and gives a proper 'Tagbar' structure for tags. Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
ffb2b5288e
commit
a18da66dc4
1 changed files with 1 additions and 1 deletions
|
@ -375,7 +375,7 @@ augroup END
|
|||
|
||||
augroup haskell_maps
|
||||
au!
|
||||
au FileType haskell nmap <LocalLeader>t :NeomakeSh stack exec -- fast-tags -R .<CR>
|
||||
au FileType haskell nmap <LocalLeader>t :NeomakeSh stack exec -- hasktags -x -c .<CR>
|
||||
au FileType haskell nmap <LocalLeader>g :Ghcid<CR>
|
||||
au FileType haskell nmap <LocalLeader>k :GhcidKill<CR>
|
||||
au FileType haskell nmap <LocalLeader>c :HoogleClose<CR>
|
||||
|
|
Loading…
Reference in a new issue