initial commit
This commit is contained in:
parent
8d1ef972bc
commit
0019dc2b11
30 changed files with 915 additions and 970 deletions
13
lua/jenia90/plugins/which-key.lua
Normal file
13
lua/jenia90/plugins/which-key.lua
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
return {
|
||||
"folke/which-key.nvim",
|
||||
event = "VeryLazy",
|
||||
init = function()
|
||||
vim.o.timeout = true
|
||||
vim.o.timeoutlen = 500
|
||||
end,
|
||||
opts = {
|
||||
-- your configuration comes here
|
||||
-- or leave it empty to use the default settings
|
||||
-- refer to the configuration section below
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue