added which-key

This commit is contained in:
iris committed 2023-02-16 01:39:44 -05:00
1 parent cb4c249350
commit b979d13320
1 file changed
+12
+12
View File
@@ -18,4 +18,16 @@ return {
end,
dependencies = 'nvim-lua/plenary.nvim'
},
{
"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,
},
}