-
Notifications
You must be signed in to change notification settings - Fork 58
Large YML files taking very long to open & close #77
Comments
Do you have an example (redacted) manifest that reproduces the issue? |
It seems like redacting our manifests causes the issue to go away... But so does commenting out the |
It turned out that the problem was running We've updated the scripts that update all our dev boxes each morning accordingly, but the README still recommends the other. |
That doesn't make any sense o.O The script does the same thing regardless of where it's ran from. And it should have no effect in how fast anything is. Can I get that file? I'm still interested in trying to make vim-bosh faster. |
I'll get it to you in a side-channel, since redacting it seems to make the problem go away. |
Hopefully you now have the manifest I sent you by other means. Here's some more info about the problem: The problem only occurs after running your update script from my home directory. So Now is therefore probably a good time to mention our team's home dir setup. On our team, the home directory of each of our machines is a git repo, with a
We use |
I've just seen the problem again even though my The manifest I sent you still triggers the problem, and I worked around it this time by commenting out the bosh plugin on line 291 of ~/.vim/Plug.vim |
Just installed nvim to see if it helped -- it doesn't :/ |
Yeah, the bosh plugin is very beta, I didn't expect it to cause problems like this but I'm not surprised it did. I'll have to work on fixing that luan/vim-bosh#4. I'm closing the issue on this repo since it's not directly a problem with the vim config but a problem with the plugin. |
For long bosh release manifests, vim takes 5-10+ seconds to open and quit. This issue was not present in 32f626785a2fbea88efc349511c05bd51e336f8c
The text was updated successfully, but these errors were encountered: