nvim: plugins: Drop which-key
This commit is contained in:
parent
64ac6ed70c
commit
7b19fceff2
2 changed files with 0 additions and 9 deletions
|
@ -1,7 +0,0 @@
|
|||
require("which-key").setup {
|
||||
triggers_blacklist = {
|
||||
n = { "p" },
|
||||
i = { "j", "k" },
|
||||
v = { "j", "k" },
|
||||
},
|
||||
}
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue