This commit is contained in:
Harivansh Rathi 2025-12-29 21:46:10 +05:30
parent ca4ee432cf
commit 7fdd98ee35
3 changed files with 1 additions and 116 deletions

View file

@ -36,7 +36,7 @@ vim.opt.incsearch = true
vim.opt.termguicolors = true
vim.opt.scrolloff = 8
vim.opt.signcolumn = "yes"
vim.opt.updatetime = 50
vim.opt.updatetime = 250
vim.opt.colorcolumn = ""
vim.opt.mouse = "a"
vim.opt.ignorecase = true