Skip to content

Commit 0ad68d5

Browse files
authored
feat(opentofu): activate on 'terraform' filetype #4146
1 parent 4af5074 commit 0ad68d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lsp/tofu_ls.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
---@type vim.lsp.Config
77
return {
88
cmd = { 'tofu-ls', 'serve' },
9-
filetypes = { 'opentofu', 'opentofu-vars' },
9+
filetypes = { 'opentofu', 'opentofu-vars', 'terraform' },
1010
root_markers = { '.terraform', '.git' },
1111
}

0 commit comments

Comments
 (0)