feat: helix updates

This commit is contained in:
2026-07-27 16:50:11 +02:00
parent b061203715
commit 627d5c5952
+11 -2
View File
@@ -53,15 +53,16 @@
simple-completion-language-server
rust-analyzer
cargo
];
settings = {
theme = "kanagawa";
theme = "kanagawa-custom";
editor = {
soft-wrap.enable = true;
lsp = {
auto-document-highlight = true;
display-inlay-hints = true;
display-inlay-hints = false;
};
rainbow-brackets = true;
line-number = "relative";
@@ -83,6 +84,14 @@
};
};
themes.kanagawa-custom = {
inherits = "kanagawa";
"ui.highlight".underline = {
color = "dragonBlue";
style = "line";
};
};
languages = {
language-server.scls = {
command = "simple-completion-language-server";