feat: add rust ts and nix ls and for helix
This commit is contained in:
parent
ac09076b51
commit
3606cc7425
1 changed files with 21 additions and 0 deletions
21
home.nix
21
home.nix
|
|
@ -71,6 +71,11 @@
|
|||
tree
|
||||
unzip
|
||||
|
||||
# LSP Servers
|
||||
rust-analyzer
|
||||
typescript-language-server
|
||||
nil
|
||||
|
||||
# Desktop
|
||||
element-desktop
|
||||
file-roller
|
||||
|
|
@ -129,6 +134,22 @@
|
|||
other-lines = "hint";
|
||||
};
|
||||
}
|
||||
{
|
||||
name = "typescript";
|
||||
end-of-line-diagnostics = "hint";
|
||||
inline-diagnostics = {
|
||||
cursor-line = "hint";
|
||||
other-lines = "hint";
|
||||
};
|
||||
}
|
||||
{
|
||||
name = "nix";
|
||||
end-of-line-diagnostics = "hint";
|
||||
inline-diagnostics = {
|
||||
cursor-line = "hint";
|
||||
other-lines = "hint";
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue