remove cursor highlighter

Former-commit-id: 87eedfc74a
This commit is contained in:
Hadi
2025-03-31 13:18:41 +02:00
parent 61830ffe71
commit 2e6e17f224

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;