Feat(plugin): add which-key.nvim
This commit is contained in:
parent
c96fdf218f
commit
30ba1656b4
@ -164,6 +164,18 @@ return packer.startup(function(use)
|
|||||||
-- },
|
-- },
|
||||||
-- config = [[require('config.telekasten')]]
|
-- config = [[require('config.telekasten')]]
|
||||||
-- }
|
-- }
|
||||||
|
use {
|
||||||
|
"folke/which-key.nvim",
|
||||||
|
config = function()
|
||||||
|
vim.o.timeout = true
|
||||||
|
vim.o.timeoutlen = 300
|
||||||
|
require("which-key").setup {
|
||||||
|
-- your configuration comes here
|
||||||
|
-- or leave it empty to use the default settings
|
||||||
|
-- refer to the configuration section below
|
||||||
|
}
|
||||||
|
end
|
||||||
|
}
|
||||||
|
|
||||||
if PACKER_BOOTSTRAP then
|
if PACKER_BOOTSTRAP then
|
||||||
require("packer").sync()
|
require("packer").sync()
|
||||||
|
Loading…
Reference in New Issue
Block a user