Skip to content

Commit a01db68

Browse files
authored
Add 'terraform' to supported filetypes
1 parent 52a8932 commit a01db68

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)