From 597faa1593a4192c018d5a3da6c56adee6bd5a1d Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Fri, 17 Apr 2026 10:53:09 +0100 Subject: chore: remove synmaxcol, showmatch, and static cmdheight - synmaxcol=500: irrelevant with treesitter handling all highlighting - showmatch=true: redundant with blink.pairs, causes annoying cursor jump - cmdheight=2: conflicts with auto-cmdheight.nvim which manages it dynamically --- home/.config/nvim/lua/cfg/options.lua | 3 --- 1 file changed, 3 deletions(-) (limited to 'home/.config/nvim') diff --git a/home/.config/nvim/lua/cfg/options.lua b/home/.config/nvim/lua/cfg/options.lua index 1e64f49..4b6d588 100644 --- a/home/.config/nvim/lua/cfg/options.lua +++ b/home/.config/nvim/lua/cfg/options.lua @@ -7,7 +7,6 @@ opt.shadafile = "NONE" opt.number = true opt.cursorline = true opt.signcolumn = "auto:2" -opt.showmatch = true opt.laststatus = 3 opt.expandtab = true @@ -30,14 +29,12 @@ opt.textwidth = 80 opt.colorcolumn = "+1" vim.opt.formatoptions:remove("t") -opt.cmdheight = 2 opt.messagesopt = "wait:5000,history:500" vim.opt.shortmess:append({ a = true }) opt.updatetime = 250 opt.timeoutlen = 300 -opt.synmaxcol = 500 vim.opt.completeopt = { "menuone", "noselect", "popup", "fuzzy", "nearest" } opt.scrolloff = 999 -- cgit v1.2.3-70-g09d2