1
0
mirror of https://github.com/luzifer/vim.git synced 2024-09-19 19:12:55 +00:00
vim/README.markdown

11 lines
367 B
Markdown
Raw Normal View History

2013-10-28 20:55:31 +00: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`
* Initialize submodule: `cd ~/.vim && git submodule update --init`
* Create symlink for vimrc: `ln -s ~/.vim/vimrc ~/.vimrc`
2013-10-28 21:05:53 +00:00
* Initialize vundle `vim +BundleInstall +qall`