-
Notifications
You must be signed in to change notification settings - Fork 307
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
How to use this #3
Comments
I also am attempting to use this, however in the clone and .zip download I noticed the .vim files under Bundle package are all 'folders.' and they won't load. I'm wondering if there is a need for the downloading and installation of the plugins directly. Anyway it seems really promising, just struggling to get it to work. FYI I'm a big NOOB when it comes to VIM and GIT so double+hard. |
It's uses vundle for package management. You just need bundle to install all the plugins . Look into vundle for more info |
Yeah, this isn’t so obvious at the first glance. All the plugins in the You also have to symlink the contents of this repo to your dotfiles. For the VIM stuff to work, you have to at least link This made it work for me, but it isn’t straight forward in any fashion for new comers. For more information look into https://github.com/VundleVim/Vundle.vim. |
I found a tid-bit on the vundle installation here as well. I used Since I'm on Windows I had to make a "_vimrc" file and a folder "vimfiles" Took some work, but I think it's installing now. |
I have always been the IDE guy, never preferred vim. After looking you blog i thought i would give it go.
But don't know what to do with the cloned files.
should i link them to home or what
The text was updated successfully, but these errors were encountered: