remove cursor highlighter

Former-commit-id: 87eedfc74a
This commit is contained in:
Hadi
2025-03-31 13:18:41 +02:00
parent afc37d664d
commit 2caa1ab9f6
+1 -2
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;