lsp: add rust-analyzer and terraformls
This commit is contained in:
parent
8b7e564dc8
commit
a3709a8979
1 changed files with 8 additions and 0 deletions
|
@ -16,6 +16,14 @@
|
|||
nixd = {
|
||||
enable = true;
|
||||
};
|
||||
rust_analyzer = {
|
||||
enable = true;
|
||||
installRustc = false;
|
||||
installCargo = false;
|
||||
};
|
||||
terraformls = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
inlayHints = true;
|
||||
keymaps = {
|
||||
|
|
Loading…
Add table
Reference in a new issue