add more neovim plugins
This commit is contained in:
parent
29f6d0a2b9
commit
bbf6641115
10 changed files with 107 additions and 8 deletions
10
.config/nvim/lua/klowner/plugins/which-key.lua
Normal file
10
.config/nvim/lua/klowner/plugins/which-key.lua
Normal file
|
@ -0,0 +1,10 @@
|
|||
return {
|
||||
"folke/which-key.nvim",
|
||||
event = "VeryLazy",
|
||||
init = function ()
|
||||
vim.o.timeout = true
|
||||
vim.o.timeoutlen = 500
|
||||
end,
|
||||
opts = {
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue