juliosueiras / vim-terraform-completion

A (Neo)Vim Autocompletion and linter for Terraform, a HashiCorp tool
MIT License
336 stars 24 forks source link

Add support for Ale #52

Closed sebiwi closed 3 months ago

sebiwi commented 5 years ago

Hi.

Thank you for this amazing plugin.

It would be great to have Ale support for linting purposes.

Thanks!

juliosueiras commented 5 years ago

will double check

diegombeltran commented 5 years ago

This would be great!

eredi93 commented 5 years ago

It'd be great to get this. @juliosueiras any chance you could get a chance to work on this any time soon 🙏 I'm not very familiar with vimscript or Vim plugins in general, but i'm more than happy to give it a go if you could give me a few pointers 😄

juliosueiras commented 5 years ago

K, I will take a quick look at ALE later today

eredi93 commented 5 years ago

Awesome! thanks @juliosueiras 🙇

sandangel commented 5 years ago

@juliosueiras is it possible to add coc.nvim support as well? I don't know how hard it's to integrate with coc.nvim instead of deoplete

juliosueiras commented 5 years ago

@sandangel I actually started developing an LSP plugin for terraform https://twitter.com/juliosueiras/status/1124814166085312512 =) , it will support most of HCL2 features and will add more LSP features(document lookup, highlight,etc)

first version will be release within this week

juliosueiras commented 5 years ago

Released =) https://github.com/juliosueiras/terraform-lsp

sandangel commented 5 years ago

@juliosueiras great, thanks a lot. I will take a look.

johnmaguire commented 3 months ago

It looks like syntastic is now deprecated - https://github.com/vim-syntastic/syntastic

Is it possible to use terraform-lsp with Vim today?

edit: NVM, found the docs - https://github.com/juliosueiras/terraform-lsp/blob/master/docs/editors/vim.md