aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/tflint.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lsp/tflint.lua')
-rw-r--r--lsp/tflint.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/tflint.lua b/lsp/tflint.lua
index e5837992..da689a87 100644
--- a/lsp/tflint.lua
+++ b/lsp/tflint.lua
@@ -4,6 +4,7 @@
---
--- A pluggable Terraform linter that can act as lsp server.
--- Installation instructions can be found in https://github.com/terraform-linters/tflint#installation.
+---@type vim.lsp.Config
return {
cmd = { 'tflint', '--langserver' },
filetypes = { 'terraform' },