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;
syntaxHighlighting = {
enable = true;
highlighters =
[ "main" "brackets" "pattern" "cursor" "regexp" "root" "line" ];
highlighters = [ "main" "brackets" "pattern" "regexp" "root" "line" ];
};
historySubstringSearch.enable = true;