Launch.nvim icon indicating copy to clipboard operation
Launch.nvim copied to clipboard

[Question] How to enable tflint.

Open rjshrjndrn opened this issue 3 years ago • 1 comments

Hi, First of all, thank you for this amazing project.

I write a lot of terraform code, and for that, I used COC and tflint.

But here, when I do LspInstall I can see tflint, but even after installing that nothing seems to be working. I'm a noob in lua, and configuration based on that. I tried to google pretty much everywhere and nothing of such could be found. So Can you please help me to enable the config?

Note: I tried looking into lsp/settings/null-ls.lua but no direct way to import a lint.

Thank you.

image image

rjshrjndrn avatar Aug 04 '22 11:08 rjshrjndrn

try it with Realease-0.8 as you have installed tflint, have you added it to lsp/null-ls.lua if not add this

Rishabh672003 avatar Oct 08 '22 04:10 Rishabh672003