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:
parent
6b6e7d6e34
commit
bc730226f5
2 changed files with 4 additions and 0 deletions
home/modules
|
@ -64,6 +64,8 @@ in {
|
|||
|
||||
ncspot
|
||||
|
||||
opentofu
|
||||
|
||||
wakatime-cli
|
||||
|
||||
neofetch
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue