mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 14:32:13 +02:00
initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
return {
|
||||
"folke/which-key.nvim",
|
||||
event = "VeryLazy",
|
||||
init = function()
|
||||
vim.o.timeout = true
|
||||
vim.o.timeoutlen = 0
|
||||
end,
|
||||
config = function()
|
||||
-- Nothing here
|
||||
end
|
||||
}
|
||||
Reference in New Issue
Block a user