nvim: plugins: Drop which-key

This commit is contained in:
Sanchayan Maity 2022-01-04 11:25:46 +05:30
parent 64ac6ed70c
commit 7b19fceff2
2 changed files with 0 additions and 9 deletions

View File

@ -1,7 +0,0 @@
require("which-key").setup {
triggers_blacklist = {
n = { "p" },
i = { "j", "k" },
v = { "j", "k" },
},
}

View File

@ -66,8 +66,6 @@ local init = function ()
}
-- Directory viewer
use 'justinmk/vim-dirvish'
-- Show leader key bindings
use 'folke/which-key.nvim'
--Toggle terminal
use 'akinsho/toggleterm.nvim'
-- Take care of sudo