remove cursor highlighter

This commit is contained in:
Hadi
2025-03-31 13:18:41 +02:00
parent 67d14dbb44
commit 87eedfc74a

View File

@@ -13,8 +13,7 @@ in {
autosuggestion.enable = true; autosuggestion.enable = true;
syntaxHighlighting = { syntaxHighlighting = {
enable = true; enable = true;
highlighters = highlighters = [ "main" "brackets" "pattern" "regexp" "root" "line" ];
[ "main" "brackets" "pattern" "cursor" "regexp" "root" "line" ];
}; };
historySubstringSearch.enable = true; historySubstringSearch.enable = true;