Feature List:
- Package and plugin management with Vundle
- Wicked awesome color scheme thanks to Solarized
- Code Completion with caching neocomplcache
- File browsing with NerdTree
- CLI Git with Fugitive
- Fancy searching with Easymotion
- Easily work with files and filesystem using FuzzyFinder
- Filesystem searching with command-t
- HTML generation with Emmet
- Statusline beautification with Powerline
- Lint on write using Syntastic
- Easy to install and setup
- GUI and CLI friendly
It's pretty easy, but pretty dumb at this point.
Clone the git repo into your vim folder
$ git clone https://github.com/thebastedo/vimrc.git ~/.vim
Link the vimrc into where it should be
$ ln -s ~/.vim/vimrc ~/.vimrc
Install vundle [https://github.com/VundleVim/Vundle.vim]
$ git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
Install a Powerline friendly font available from here: Powerline Fonts
Start vim and install plugins
$ vim +PluginInstall +qall
EDIT!