Actually I don’t like hls by default

This commit is contained in:
Fabrice Mouhartem 2024-02-15 11:39:13 +01:00
parent 8961867188
commit 2fadfc4ad7
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
-- NOTE: You can change these options as you wish!
-- Set highlight on search
vim.o.hlsearch = true
vim.o.hlsearch = false
-- Make line numbers default
vim.wo.number = true