Closed nicholasjackson closed 6 years ago
does this still happen on a new terraform file with only azurerm_resource_group
and the above block, does it still freeze Nvim?
Yes I get the same issue whenever I try to create a new variable block, I just started a new folder and file and the plugin froze when I started to type the following:
1 variable "myvar" {
2 v
Is there any debug logs that would be useful?
9250ca2e110717555efaa8c69a52f3bd1576762e should fixed the issue, it was cause by the logic for backtracking the block word not including the extra root levels words(was missing outputs, locals, variable)
Awesome, all working again :) Epic work
When I attempt to edit the value in the below block Nvim freezes
With the following displayed at the bottom:
This also happens when editing descriptions in variable blocks.
Setup: NVim: v0.2.1 vim-terraform-completion: latest Deoplete All Nvim plugins up to date