Added tresitter module and other misc updates
This commit is contained in:
parent
21febe9eef
commit
c189da135d
6 changed files with 85 additions and 35 deletions
|
|
@ -58,9 +58,6 @@
|
|||
# c++
|
||||
clangd.enable = true;
|
||||
|
||||
# elixir
|
||||
elixirls.enable = true;
|
||||
|
||||
terraformls.enable = true;
|
||||
tflint.enable = true;
|
||||
|
||||
|
|
@ -74,6 +71,9 @@
|
|||
installRustc = false;
|
||||
};
|
||||
|
||||
# golang
|
||||
gopls.enable = true;
|
||||
|
||||
# nix
|
||||
nixd = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue