misc updates
This commit is contained in:
parent
68028745ba
commit
ea430b0b81
5 changed files with 93 additions and 55 deletions
|
|
@ -41,15 +41,9 @@
|
|||
ruff.enable = true;
|
||||
pyright.enable = true;
|
||||
|
||||
# lua (nvim config)
|
||||
lua-ls.enable = true;
|
||||
|
||||
# bash
|
||||
bashls.enable = true;
|
||||
|
||||
# haskell
|
||||
hls.enable = true;
|
||||
|
||||
# json
|
||||
jsonls.enable = true;
|
||||
|
||||
|
|
@ -65,6 +59,18 @@
|
|||
# elixir
|
||||
elixirls.enable = true;
|
||||
|
||||
terraformls.enable = true;
|
||||
tflint.enable = true;
|
||||
|
||||
# rust
|
||||
rust_analyzer = {
|
||||
enable = true;
|
||||
# Rely on tooling from dev environment
|
||||
package = null;
|
||||
installCargo = false;
|
||||
installRustc = false;
|
||||
};
|
||||
|
||||
# nix
|
||||
nixd = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue