mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
remove cursor highlighter
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user