Jethro Cao
Jethro Cao
Apologies if this is already in the works, but can we expect this updated box to be available on Vagrant Cloud soon?
That's a reasonable feature request. Though we can't guarantee when we might get around to implementing it. Are you unable to clone the repo you're working on to a location...
@erikc96 sorry for the late follow up, I finally got some free time to look into this now. Can you elaborate a bit more on the problem you're running into,...
@eyalk5 the relevant commit in #268 has been merged into `master`. I'm not sure if it's related to your issue (my hunch is not), you're welcome to check and report...
Additional minor improvements: - [x] currently, the script gets triggered on all plugin updates even if the binaries themselves are unchanged. Proposed solution: add checksums for all fine engine binaries,...
@Konfekt I added a MD5 checksum check, and added some more details to the README. Lmk what you think; I think it's probably more or less good to be merged....
I ran into this same issue myself the other day, and I am using Neovim 0.5 as well. So perhaps it is related to that. I will take a look...
@Konfekt on my Neovim 0.5 (from daily build Ubuntu PPA), `echo has('nvim-0.5')` is `1`, while `(has('patch-8.1.149')` is `0`
That shouldn't be the case, since I've been using 0.5 since before the new year. Also the data and commands inside of the project's `.git/cs_workspaces` file look sensible. Anyway, guess...
@Konfekt yes, you're probably right. The newer workspaces I've since created are working good again. If it's working good for @d3v0m4r too, then we can close this issue.