Do not highlight current cursor in neovim anymore

This commit is contained in:
Tony Blyler 2024-10-04 09:22:50 -04:00
parent 4e8fac0310
commit e4d3b08d3b
No known key found for this signature in database

View file

@ -42,7 +42,6 @@ now(function()
shiftwidth = 4,
softtabstop = 4,
-- }
cursorline = true, -- show active line
number = true, -- show line numbers
mouse = 'c', -- disable mouse
laststatus = 2, -- always show the status line