Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/msmolens/dotvim

.vim w/plugins as submodules
https://github.com/msmolens/dotvim

Last synced: about 6 hours ago
JSON representation

.vim w/plugins as submodules

Awesome Lists containing this project

README

        

Vim configuration with plugins as git submodules.

INSTALLATION:

git clone https://github.com/msmolens/dotvim.git ~/.vim
cd ~/.vim
git submodule init
git submodule update

ADD PLUGIN:

git submodule add https://github.com/path/to/new-plugin.git bundle/new-plugin
git commit -m "Add new-plugin"

UPGRADE ALL PLUGINS:

git submodule foreach git pull origin master