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

Triggering omnicomplete with deoplete fails

Open joelchrist opened this issue 6 years ago • 3 comments

It gives error Unknow function terraformcomplete#Complete

joelchrist avatar Nov 06 '18 11:11 joelchrist

I was getting this error as well, but after checking the docs and running :checkhealth I realized that I needed to do the following:

  1. Add NeoMake
  2. Install ruby support for neovim by running gem install neovim
  3. Reinstall python3 support for neovim:
    • pip3 uninstall pynvim neovim
    • pip3 install neovim
    • pip3 install pynvim

Once I did that it started working for me!

CrowderSoup avatar Jan 31 '19 15:01 CrowderSoup

Same error here

Error detected while processing function terraformcomplete#Complete:
line   11:
E461: Illegal variable name: a:res

I'm using vim8 from brew. Using mucomplete, but tried deoplete with same result.

ArturZurawski avatar Feb 28 '19 21:02 ArturZurawski

Same error here

Error detected while processing function terraformcomplete#Complete:
line   11:
E461: Illegal variable name: a:res

I'm using vim8 from brew. Using mucomplete, but tried deoplete with same result.

Seems this was fixed with https://github.com/juliosueiras/vim-terraform-completion/commit/23b2ec9a1cc1eb8df4f9a6096f73022e251acc88

z0rc avatar Mar 20 '19 10:03 z0rc