juliosueiras / vim-terraform-completion

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

Autocomplete not working with VIM with Pathogen #66

Open Oliver-Chalkley opened 2 years ago

Oliver-Chalkley commented 2 years ago

I installed the vim-terraform plugin using Pathogen. The syntax highlighting and the indenting worked but the autocompletion did not. So then I went to vim-terraform-completion and used Pathogen to install Syntastic and vim-terraform-completion (used the minimal configuration advised on the github page). However, autocomplete still does not work and strange things happen when I open a file with vim (see screenshot below). Eventually, the actual file does open but VIM will occasionally show similar strange characters when I do things like save the file.

image

This is done in the Linux development environment of my Chromebook.

Any ideas how to fix this?