Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joelhy/vim

My VIm configuration files
https://github.com/joelhy/vim

Last synced: 26 days ago
JSON representation

My VIm configuration files

Awesome Lists containing this project

README

        

This is my Vim configuration.

Configuration Steps:
```
git clone https://github.com/joelhy/Vim.git .vim
ln -s /home/joelhy/.vim/vimrc /home/joelhy/.vimrc
cd ~/.vim/bundle
git clone https://github.com/gmarik/Vundle.vim.git
vim +PluginInstall +qall
```