Update something
This commit is contained in:
parent
e3c94cce54
commit
147ca5ddbc
81 changed files with 3055 additions and 326 deletions
|
@ -1,17 +0,0 @@
|
|||
return {
|
||||
"folke/which-key.nvim",
|
||||
event = "VeryLazy",
|
||||
init = function()
|
||||
vim.o.timeout = true
|
||||
vim.o.timeoutlen = 3000
|
||||
end,
|
||||
opts = {
|
||||
preset = "modern",
|
||||
icons = {
|
||||
-- set to false to disable all mapping icons,
|
||||
-- both those explicitly added in a mapping
|
||||
-- and those from rules
|
||||
mappings = false,
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue