restructured nvim config
This commit is contained in:
parent
22d4936a21
commit
6bb0e86ded
9 changed files with 148 additions and 147 deletions
|
@ -3,7 +3,7 @@ return {
|
|||
event = "VeryLazy",
|
||||
init = function()
|
||||
vim.o.timeout = true
|
||||
vim.o.timeoutlen = 500
|
||||
vim.o.timeoutlen = 350
|
||||
end,
|
||||
opts = {
|
||||
-- your configuration comes here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue