adam-vim
adam-vim copied to clipboard
Bootstrap Issues
So I remembered that you had a totally badass vim config, so I thought I'd take it for a spin. Comments on my bootstrap experience, in case this is useful:
Firstly, the vundle process doesn't work unless you move bundle/vundle
to Vundle.vim
. Then a make install gets a lot further.
We do see this error:
line 120:
E474: Invalid argument: listchars=tab:>\ ,trail:â~@¢,extends:>,precedes:<,nbsp:+
Press ENTER or type command to continue
(and this is repeated on every startup)
And one of the Github repos required a username and password, which I just skipped.
Not saying you should fix this, but thought it'd be handy for you to know, and it'd be swell if you did.
+1 on both the Vundle directory being wrong, and one of the Github repos requiring a user/pass.
Just letting you know!
I almost created a pull request, but wouldn't want to suggest actual work after you were nice enough to open it up. Anyhow, this would be the diff:
-set rtp+=~/.vim/bundle/Vundle.vim +set rtp+=~/.vim/bundle/vundle