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 = {
|
syntaxHighlighting = {
|
||||||
enable = true;
|
enable = true;
|
||||||
highlighters = [ "brackets" "cursor" ];
|
highlighters = [ "brackets" ];
|
||||||
};
|
};
|
||||||
autocd = true;
|
autocd = true;
|
||||||
defaultKeymap = "emacs";
|
defaultKeymap = "emacs";
|
||||||
|
|
Loading…
Add table
Reference in a new issue