We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6bf53d commit b9bfd43Copy full SHA for b9bfd43
nixos/modules/nvim.nix
@@ -34,6 +34,7 @@ in
34
tailwindcss-language-server
35
taplo
36
typos-lsp
37
+ terraform-ls
38
vimPlugins.SchemaStore-nvim
39
vscode-langservers-extracted
40
yaml-language-server
nvim/.config/nvim/lua/lsp/init.lua
@@ -86,6 +86,7 @@ M.SERVER_CONFIGURATIONS = {
86
},
87
taplo = {},
88
tailwindcss = {},
89
+ terraformls = {},
90
ts_ls = {},
91
typos_lsp = {},
92
yamlls = function()
0 commit comments