1
0
Fork 0

improve vim performance

This commit is contained in:
Luca Bilke 2024-02-27 18:27:42 +01:00
parent 5f558a3046
commit e6d95a5ee3
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ local opts = {
style = "night",
transparent = true,
on_highlights = function(hl, _)
hl.CurSearch = { link = "Search" }
hl.CurSearch = nil
end,
}