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

https://github.com/chip/.vim


https://github.com/chip/.vim

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

          

Quickly install with:

# If you already have a .vim directory, back it up first
cd ~
mv .vim .vim.prev
mkdir .vim

# Download the repo
cd /tmp
git clone git://github.com/chip/.vim.git

# Copy the files
cd .vim
cp -R * ~/.vim