Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deoplete - modifying source inside a module is blocking #47

Open
SevereOverfl0w opened this issue Aug 9, 2018 · 2 comments
Open

Deoplete - modifying source inside a module is blocking #47

SevereOverfl0w opened this issue Aug 9, 2018 · 2 comments

Comments

@SevereOverfl0w
Copy link

SevereOverfl0w commented Aug 9, 2018

To reproduce

  1. Enable deoplete as described in readme
  2. copy this into a .tf file:
module "xyz" {
  source = ""
}
  1. Move cursor inside of "", and start typing, after the first character vim locks up for a few seconds

Typing special characters, e.g. . seems to cause the next characters to freeze again. This is problematic for URLs and paths.

@juliosueiras
Copy link
Owner

can you try it with let g:terraform_module_registry_search = 0 in your init.vim?

@SevereOverfl0w
Copy link
Author

That did not seem to help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants