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
after/ftplugin | ||
bundle | ||
colors | ||
.gitignore | ||
.gitmodules | ||
README.markdown | ||
vimrc |
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
- Initialize submodule:
cd ~/.vim && git submodule update --init
- Create symlink for vimrc:
ln -s ~/.vim/vimrc ~/.vimrc
- Initialize vundle
vim +BundleInstall +qall