add nvim configs
This commit is contained in:
9
.config/nvim/lua/plugins/which-key.lua
Normal file
9
.config/nvim/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 = 100
|
||||
end,
|
||||
opts = {}
|
||||
}
|
||||
Reference in New Issue
Block a user