vim-terraform-completion icon indicating copy to clipboard operation
vim-terraform-completion copied to clipboard

Add support for Ale

Open sebiwi opened this issue 6 years ago • 9 comments

Hi.

Thank you for this amazing plugin.

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

Thanks!

sebiwi avatar Nov 06 '18 10:11 sebiwi

will double check

juliosueiras avatar Nov 13 '18 02:11 juliosueiras

This would be great!

diegombeltran avatar Apr 11 '19 16:04 diegombeltran

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 😄

eredi93 avatar Apr 15 '19 10:04 eredi93

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

juliosueiras avatar Apr 15 '19 15:04 juliosueiras

Awesome! thanks @juliosueiras 🙇

eredi93 avatar Apr 17 '19 10:04 eredi93

@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

sandangel avatar May 06 '19 08:05 sandangel

@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 avatar May 06 '19 13:05 juliosueiras

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

juliosueiras avatar May 09 '19 12:05 juliosueiras

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

sandangel avatar May 19 '19 14:05 sandangel

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

johnmaguire avatar Mar 21 '24 23:03 johnmaguire