Add which-key
This commit is contained in:
parent
3310dbec07
commit
d484f4ee38
@ -368,6 +368,12 @@ return require('packer').startup(function(use)
|
|||||||
require('plugins.session-lens')
|
require('plugins.session-lens')
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
|
use {
|
||||||
|
'folke/which-key.nvim',
|
||||||
|
config = function()
|
||||||
|
require('plugins.which-key-nvim')
|
||||||
|
end
|
||||||
|
}
|
||||||
|
|
||||||
-- Automatically set up your configuration after cloning packer.nvim
|
-- Automatically set up your configuration after cloning packer.nvim
|
||||||
-- Put this at the end after all plugins
|
-- Put this at the end after all plugins
|
||||||
|
1
lua/plugins/which-key-nvim.lua
Normal file
1
lua/plugins/which-key-nvim.lua
Normal file
@ -0,0 +1 @@
|
|||||||
|
require('which-key').setup()
|
Loading…
Reference in New Issue
Block a user