Open SevereOverfl0w opened 6 years ago
To reproduce
module "xyz" { source = "" }
""
Typing special characters, e.g. . seems to cause the next characters to freeze again. This is problematic for URLs and paths.
.
can you try it with let g:terraform_module_registry_search = 0 in your init.vim?
let g:terraform_module_registry_search = 0
init.vim
That did not seem to help.
To reproduce
""
, and start typing, after the first character vim locks up for a few secondsTyping special characters, e.g.
.
seems to cause the next characters to freeze again. This is problematic for URLs and paths.