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 4af5074 commit 0ad68d5Copy full SHA for 0ad68d5
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