No highligh on search

This commit is contained in:
2026-02-12 08:55:38 +01:00
parent bebc330458
commit a90177c992
+2 -1
View File
@@ -46,7 +46,8 @@ vim.o.splitbelow = true -- Horizontal splits will be below
vim.o.splitkeep = 'screen' -- Reduce scroll during window split vim.o.splitkeep = 'screen' -- Reduce scroll during window split
vim.o.splitright = true -- Vertical splits will be to the right vim.o.splitright = true -- Vertical splits will be to the right
vim.o.winborder = 'rounded' -- Use border in floating windows vim.o.winborder = 'rounded' -- Use border in floating windows
vim.o.wrap = false -- Don't visually wrap lines (toggle with \w) vim.o.wrap = false -- Visually wrap lines (toggle with \w)
vim.o.hls = false
vim.o.cursorlineopt = 'screenline,number' -- Show cursor line per screen line vim.o.cursorlineopt = 'screenline,number' -- Show cursor line per screen line