-
Notifications
You must be signed in to change notification settings - Fork 35
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
Error with json file construction #45
Comments
Heads up…I think that this broke the rest of my vim setup. And there's no clear uninstall instructions. |
Sorry for the delayed response. First things first, to revert setup, in your home directory ( Just for some extra details to help me try to replicate: I'm assuming you had vim plugins installed already by using another manager (ex. Pathogen) or just plain git? |
I had managed to get to a steady state after a while; but yes I had been Regardless thanks for looking at this! Once that's all set up I'll try this On Tuesday, October 25, 2016, egalpin [email protected] wrote:
|
Just tried to do a fresh install from source, and ran into an issue:
I got:
Failed to write ~/.vimpkg/vim_config.json
(path replaced with ~ for more general search purposes)
and then
Which looked a little odd to me, and then when I tried to do the full install, I got a bunch of json decoding errors.
Tried with envs for both
python2
andpython3
, both had json errors (so it wasn't a unicode thing).Then decided to actually look at the json that it wrote and discovered that the file ended with:
I.e., it just ended in the middle of defining the piece of the json needed to grab ctrlp (which I already have installed via vundle).
I'm on OSX 10.11.6.
The text was updated successfully, but these errors were encountered: