whichkey
This commit is contained in:
parent
cd707cf34e
commit
74c1b19339
|
@ -100,6 +100,18 @@ return require('packer').startup(function(use)
|
|||
end
|
||||
}
|
||||
|
||||
-- Which-Key
|
||||
use {
|
||||
"folke/which-key.nvim",
|
||||
config = function()
|
||||
require("which-key").setup {
|
||||
-- your configuration comes here
|
||||
-- or leave it empty to use the default settings
|
||||
-- refer to the configuration section below
|
||||
}
|
||||
end
|
||||
}
|
||||
|
||||
end
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue