1
0
Fork 0
mirror of https://git.gay/xqtc/nixos-config synced 2025-05-11 15:37:29 +02:00

opentofu and corresponding lsp setup

This commit is contained in:
xqtc 2025-02-20 23:02:13 +01:00
parent 6b6e7d6e34
commit bc730226f5
Signed by: xqtc
GPG key ID: 2C064D095926D9D1
2 changed files with 4 additions and 0 deletions

View file

@ -64,6 +64,8 @@ in {
ncspot
opentofu
wakatime-cli
neofetch

View file

@ -224,6 +224,8 @@
typos_lsp.enable = false;
docker_compose_language_service.enable = true;
zls.enable = true;
terraformls.enable = true;
tflint.enable = true;
pylsp.enable = true;
bashls.enable = true;
lua_ls.enable = true;