configure helix
This commit is contained in:
parent
2e7029a79d
commit
c977039e52
1 changed files with 9 additions and 0 deletions
|
@ -3,6 +3,15 @@ _: {
|
|||
enable = true;
|
||||
settings = {
|
||||
theme = "dracula";
|
||||
editor = {
|
||||
line-number = "relative";
|
||||
lsp.display-messages = true;
|
||||
cursor-shape = {
|
||||
insert = "bar";
|
||||
select = "underline";
|
||||
normal = "block";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue