nvim config added
This commit is contained in:
8
.config/nvim/lua/plugins/which-key.lua
Normal file
8
.config/nvim/lua/plugins/which-key.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
return {
|
||||
"folke/which-key.nvim",
|
||||
config = function()
|
||||
vim.o.timeout = true
|
||||
vim.o.timeoutlen = 300
|
||||
end
|
||||
}
|
||||
|
Reference in New Issue
Block a user