Disable hlsearch

This commit is contained in:
2025-07-17 19:19:35 +01:00
parent 59f4e96d11
commit 02d23cb6ca
+1 -1
View File
@@ -18,7 +18,7 @@ vim.o.sidescrolloff = 8
vim.o.cursorline = false vim.o.cursorline = false
vim.o.splitbelow = true vim.o.splitbelow = true
vim.o.splitright = true vim.o.splitright = true
vim.o.hlsearch = true vim.o.hlsearch = false
vim.o.showmode = false vim.o.showmode = false
vim.opt.termguicolors = true vim.opt.termguicolors = true
vim.o.whichwrap = 'bs<>[]hl' vim.o.whichwrap = 'bs<>[]hl'