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

https://github.com/petertseng/dotvim

My .vim directory
https://github.com/petertseng/dotvim

dotfiles vim-configuration vimrc

Last synced: 3 months ago
JSON representation

My .vim directory

Awesome Lists containing this project

README

        

# .vim

This is my vim configuration.
I post it not because I think random internet people care deeply about my particular vim configuration but just so that it's easy for me to access my own vim configuration in various places.

## Plugin management

I use pathogen and submodules.
Works fine for me.
Some people say it is good to know precisely what versions of the submodules you're getting.
Update submodules with:

git submodule foreach git pull