hlsearch true

This commit is contained in:
2023-08-25 19:51:02 +02:00
parent c9196da391
commit 61b6d65060
+1
View File
@@ -22,6 +22,7 @@ vim.opt.scrolloff = 8
-- search settings -- search settings
opt.smartcase = true opt.smartcase = true
opt.ignorecase = true opt.ignorecase = true
opt.hlsearch = true
-- appearance -- appearance
opt.termguicolors = true opt.termguicolors = true