Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gfowley/dotvim

My .vim config
https://github.com/gfowley/dotvim

Last synced: about 1 month ago
JSON representation

My .vim config

Awesome Lists containing this project

README

        

Installation:

git clone git://github.com/gfowley/dotvim.git ~/.vim

Create symlinks:

ln -s ~/.vim/vimrc ~/.vimrc
ln -s ~/.vim/gvimrc ~/.gvimrc

Switch to the `~/.vim` directory, and fetch submodules:

cd ~/.vim
git submodule init
git submodule update

To install more vim plugins (DO NOT USE git clone...!!)

cd ~/.vim/bundle
git submodule add

To update submodules:

git submodule update --remote --merge

To update repo

cd ~/.vim
git add
git commit -m
git push