mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 14:12:41 +00:00
Fixed .gitignore
This commit is contained in:
8
nvim/m-housh/lua/user/plugin/which-key.lua
Normal file
8
nvim/m-housh/lua/user/plugin/which-key.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
return {
|
||||
"folke/which-key.nvim",
|
||||
event = "VeryLazy",
|
||||
init = function()
|
||||
vim.o.timeout = true
|
||||
vim.o.timeoutlen = 300
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user