removes highlight from search

This commit is contained in:
Frederic Houdemer 2024-02-22 23:30:20 +01:00
parent d1ac5733c3
commit 7528af61e8
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ require('lazy').setup({
-- NOTE: You can change these options as you wish!
-- Set highlight on search
-- vim.o.hlsearch = false
vim.o.hlsearch = false
-- Make line numbers default
vim.wo.number = true