plugin stuff
This commit is contained in:
parent
0563865360
commit
2c0362678f
5 changed files with 152 additions and 96 deletions
9
lua/plugins/which-key.lua
Normal file
9
lua/plugins/which-key.lua
Normal file
|
@ -0,0 +1,9 @@
|
|||
return {
|
||||
"folke/which-key.nvim",
|
||||
event = "VeryLazy",
|
||||
init = function()
|
||||
vim.o.timeout = true
|
||||
vim.o.timeoutlen = 300
|
||||
end,
|
||||
opts = {},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue