diff options
Diffstat (limited to 'dot_config/nvim_new/lsp/tofu_ls.lua')
| -rw-r--r-- | dot_config/nvim_new/lsp/tofu_ls.lua | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dot_config/nvim_new/lsp/tofu_ls.lua b/dot_config/nvim_new/lsp/tofu_ls.lua new file mode 100644 index 0000000..dc006ab --- /dev/null +++ b/dot_config/nvim_new/lsp/tofu_ls.lua @@ -0,0 +1,9 @@ +---@brief +--- +--- [OpenTofu Language Server](https://github.com/opentofu/tofu-ls) +--- +return { + cmd = { 'tofu-ls', 'serve' }, + filetypes = { 'opentofu', 'opentofu-vars' }, + root_markers = { '.terraform', '.git' }, +} |
