improve vim performance
This commit is contained in:
parent
5f558a3046
commit
e6d95a5ee3
|
@ -6,7 +6,7 @@ local opts = {
|
||||||
style = "night",
|
style = "night",
|
||||||
transparent = true,
|
transparent = true,
|
||||||
on_highlights = function(hl, _)
|
on_highlights = function(hl, _)
|
||||||
hl.CurSearch = { link = "Search" }
|
hl.CurSearch = nil
|
||||||
end,
|
end,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue