-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
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
Completed setup successfully
Completed successfully.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 and python3, 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:
"name": "tagbar",
"pkg-url": "https://github.com/majutsushi/tagbar.git",
"recipe": {}
},
{
"depends-on": [],
"name": "ctrlp.vim",
"pkg-url":
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels