Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/msmolens/dotvim
- Owner: msmolens
- Created: 2015-04-05T00:17:16.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-02-16T16:45:19.000Z (almost 7 years ago)
- Last Synced: 2023-02-27T17:26:44.411Z (almost 2 years ago)
- Language: Vim script
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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 updateADD 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