fix cursor invisible

This commit is contained in:
cy 2024-12-15 01:55:08 -05:00
parent ee1247100c
commit a88e630ad0

View file

@ -9,7 +9,7 @@
}; };
syntaxHighlighting = { syntaxHighlighting = {
enable = true; enable = true;
highlighters = [ "brackets" "cursor" ]; highlighters = [ "brackets" ];
}; };
autocd = true; autocd = true;
defaultKeymap = "emacs"; defaultKeymap = "emacs";