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

Freezing after save #571

Closed
tgrosinger opened this issue Oct 14, 2015 · 2 comments
Closed

Freezing after save #571

tgrosinger opened this issue Oct 14, 2015 · 2 comments

Comments

@tgrosinger
Copy link
Contributor

I am using Go Convey to automatically run unit tests whenever a file is saved in my project. Additionally, whenever saving vim-go will perform a build to check for errors. These two operations happening simultaneously can lock up my editor completely for up to 10 seconds.

I switched to Neovim in the hopes that the automatic build from vim-go would happen asynchronously, allowing me to continue working while the build was running. This does not seem to be the case.

Is there anything we can do to continue having build-on-save without locking up the editor?

@fatih
Copy link
Owner

fatih commented Oct 18, 2015

Hi @tgrosinger

Additionally, whenever saving vim-go will perform a build to check for errors

vim-go doesn't do building on save. Did you install https://github.com/scrooloose/syntastic? Please check the issues on how to fix the problem with syntastic: #144 and #560

@fatih fatih closed this as completed Oct 18, 2015
@tgrosinger
Copy link
Contributor Author

Thank you, sorry for the duplicate issue.

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