nvim-lint
nvim-lint copied to clipboard
feat: add tofu_validate
Add tofu_validate. OpenTofu is a FOSS fork of Terraform.
- Related mason-registry MR
- Related nvim-lspconfig MR (Merged)
Could you revert the format changes in the readme?
Done!
Is there any reason to name this linter
tofu_validateinstead of justtofuto match the executable?
It's because I basically copy pasted from terraform_validate.lua. Both run the validate subcommand. But I could rename it to tofu.lua if you like.
Thanks, renamed it to tofu and merged it.