1
0

Reset command timeout to default

This commit is contained in:
2025-08-12 10:33:53 +02:00
parent 7822e639cc
commit e1ce3a656e

View File

@@ -21,8 +21,6 @@ vim.opt.wrap = false
vim.opt.clipboard = 'unnamedplus' vim.opt.clipboard = 'unnamedplus'
vim.opt.ignorecase = true vim.opt.ignorecase = true
vim.opt.smartcase = true vim.opt.smartcase = true
vim.opt.updatetime = 250
vim.opt.timeoutlen = 300
vim.opt.inccommand = 'split' vim.opt.inccommand = 'split'
vim.opt.foldmethod = 'marker' vim.opt.foldmethod = 'marker'
-- }}} -- }}}