1
0
Fork 0
mirror of https://github.com/luzifer/vim.git synced 2024-11-09 16:10:00 +00:00
My VIM configuration including installed bundles managed by vundle
Find a file
2013-10-28 22:05:53 +01:00
bundle Switched to vundle instead of pathogen and added bundles 2013-10-28 21:43:50 +01:00
colors Initial checkin 2013-02-14 10:57:04 +01:00
.gitignore Switched to vundle instead of pathogen and added bundles 2013-10-28 21:43:50 +01:00
.gitmodules Switched to vundle instead of pathogen and added bundles 2013-10-28 21:43:50 +01:00
README.markdown Added instruction for bundle installs 2013-10-28 22:05:53 +01:00
vimrc Switched to vundle instead of pathogen and added bundles 2013-10-28 21:43:50 +01:00

VIM config

This repository holds my VIM configuration including installed bundles managed by vundle.

Installation

  • Clone to ~/.vim: git clone https://github.com/Luzifer/vim.git ~/.vim
  • Create symlink for gitconfig: ln -s ~/.vim/vimrc ~/.vimrc
  • Initialize vundle vim +BundleInstall +qall