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 52a8932 commit a01db68Copy full SHA for a01db68
lsp/tofu_ls.lua
@@ -6,6 +6,6 @@
6
---@type vim.lsp.Config
7
return {
8
cmd = { 'tofu-ls', 'serve' },
9
- filetypes = { 'opentofu', 'opentofu-vars' },
+ filetypes = { 'opentofu', 'opentofu-vars', 'terraform' },
10
root_markers = { '.terraform', '.git' },
11
}
0 commit comments