nvim: Remove conflicting binding with LC
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
d250fc507e
commit
dd6334984a
1 changed files with 0 additions and 1 deletions
|
@ -380,7 +380,6 @@ augroup haskell_maps
|
|||
au FileType haskell nmap <LocalLeader>c :HoogleClose<CR>
|
||||
au FileType haskell nmap <LocalLeader>o :exe ':Hoogle ' . expand('<cword>')<CR>
|
||||
au FileType haskell nmap <LocalLeader>i :exe ':HoogleInfo ' . expand('<cword>')<CR>
|
||||
au FileType haskell setlocal keywordprg=:Hoogle
|
||||
augroup END
|
||||
|
||||
augroup purescript_maps
|
||||
|
|
Loading…
Reference in a new issue