juliosueiras / vim-terraform-completion

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

Omni completion (^O^N^P) Pattern not found #30

Closed bzub closed 6 years ago

bzub commented 6 years ago

Hi, thanks for this plugin!

I have the same issue as #27, and my configuration is very similar to https://github.com/juliosueiras/vim-terraform-completion/issues/27#issuecomment-326807828 and I've seen the same thing running vim/neovim.

Please let me know what I can do further to help troubleshoot this issue.

bzub commented 6 years ago

Actually it might not be exactly the same.

resource "^x^o -- This gives pattern not found.

For interpolations "${^x^o shows the names of resources in the current file along with "var" "module" and "data".

using resourcename.^x^o shows the same as above.

bzub commented 6 years ago

Fixed. The issue was that I didn't have the neovim ruby gem installed.