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 = {
enable = true;
highlighters = [ "brackets" "cursor" ];
highlighters = [ "brackets" ];
};
autocd = true;
defaultKeymap = "emacs";