Set hls to true

This commit is contained in:
Fabrice Mouhartem 2024-01-31 18:05:50 +01:00
parent ce9a024a32
commit d3331c03e1
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 = false
vim.o.hlsearch = true
-- Make line numbers default
vim.wo.number = true