Add which-key
This commit is contained in:
parent
c532e5f2f0
commit
6c37d200ef
@ -368,6 +368,12 @@ return require('packer').startup(function(use)
|
||||
require('plugins.session-lens')
|
||||
end
|
||||
}
|
||||
use {
|
||||
'folke/which-key.nvim',
|
||||
config = function()
|
||||
require('plugins.which-key-nvim')
|
||||
end
|
||||
}
|
||||
|
||||
-- Automatically set up your configuration after cloning packer.nvim
|
||||
-- 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