1
0
Fork 0
mirror of https://github.com/luzifer/vim.git synced 2025-02-18 20:14:33 +00:00
vim/README.markdown

10 lines
304 B
Markdown
Raw Normal View History

2013-10-28 21:55:31 +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`
2013-10-28 22:05:53 +01:00
* Initialize vundle `vim +BundleInstall +qall`