configure helix

This commit is contained in:
Adithya 2024-04-14 14:03:52 +05:30
parent 2e7029a79d
commit c977039e52
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C

View file

@ -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";
};
};
};
};
}