vim-terraform-completion
vim-terraform-completion copied to clipboard
Triggering omnicomplete with deoplete fails
It gives error Unknow function terraformcomplete#Complete
I was getting this error as well, but after checking the docs and running :checkhealth I realized that I needed to do the following:
- Add
NeoMake - Install ruby support for neovim by running
gem install neovim - Reinstall python3 support for neovim:
pip3 uninstall pynvim neovimpip3 install neovimpip3 install pynvim
Once I did that it started working for me!
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.
Same error here
Error detected while processing function terraformcomplete#Complete: line 11: E461: Illegal variable name: a:resI'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