nvim: plugins: Drop vim-hoogle

With LSP enabled for Haskell, we do not really need this.
This commit is contained in:
Sanchayan Maity 2021-01-14 20:00:40 +05:30
parent 795fe5208b
commit 14ebb51f9f
3 changed files with 1 additions and 4 deletions

1
.gitignore vendored
View File

@ -5,6 +5,7 @@ nvim/.local/share/nvim/site/pack/packer/start
nvim/.local/share/nvim/site/pack/packer/opt/ghcid
nvim/.local/share/nvim/site/pack/packer/opt/git-messenger.vim
nvim/.local/share/nvim/site/pack/packer/opt/neoformat
nvim/.local/share/nvim/site/pack/packer/opt/haskell-vim
nvim/.local/share/nvim/log
nvim/.local/share/nvim/lsp.log
nvim/.local/share/nvim/rplugin.vim

View File

@ -7,9 +7,6 @@ nmap <buffer> <LocalLeader>t :AsyncDo hasktags -x -c .<CR>
nmap <buffer> <LocalLeader>h :AsyncDo hlint %<CR>
nmap <buffer> <LocalLeader>g :Ghcid<CR>
nmap <buffer> <LocalLeader>k :GhcidKill<CR>
nmap <buffer> <LocalLeader>c :HoogleClose<CR>
nmap <buffer> <LocalLeader>o :<C-u>Hoogle <C-r><C-w><CR>
nmap <buffer> <LocalLeader>i :<C-u>HoogleInfo <C-r><C-w><CR>
" Taken from https://github.com/danidiaz/miscellany/blob/master/linux/.vim/ftplugin/haskell/movements.vim
" Next top-level type signature

View File

@ -125,7 +125,6 @@ local init = function ()
-- Haskell
use {
'neovimhaskell/haskell-vim',
'Twinside/vim-hoogle',
ft = 'haskell'
}
use {