fix cursor invisible
This commit is contained in:
parent
ee1247100c
commit
a88e630ad0
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
};
|
||||
syntaxHighlighting = {
|
||||
enable = true;
|
||||
highlighters = [ "brackets" "cursor" ];
|
||||
highlighters = [ "brackets" ];
|
||||
};
|
||||
autocd = true;
|
||||
defaultKeymap = "emacs";
|
||||
|
|
Loading…
Add table
Reference in a new issue