nix/modules/home-manager/cli/neovim/files/lsp/tflint.lua
2025-04-18 08:54:33 +02:00

5 lines
138 B
Lua

return {
cmd = { 'tflint', '--langserver' },
filetypes = { 'terraform' },
root_markers = { '.terraform', '.git', '.tflint.hcl' },
}