plugins/nvim-lsp: add terraform-ls language server (#325)

This commit is contained in:
devusb 2023-04-08 14:09:30 -07:00 committed by GitHub
parent 5d2dbc40a6
commit b6706fa0ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View file

@ -61,6 +61,7 @@
rnix-lsp.enable = true;
rust-analyzer.enable = true;
tailwindcss.enable = true;
terraformls.enable = true;
texlab.enable = true;
tsserver.enable = true;
typst-lsp.enable = true;