Commit 792cbdb760bb40f2fcbe7f6ec4cfd222735808cb Parent: 426512770f586ce362d33aad3c7f5918946d0e83 Author: Matt Colligan <matthewcolligan@improbable.io> Date: 2023-06-17 23:39:05 +0100 Committer: Matt Colligan <matthewcolligan@improbable.io> Committed: 2023-06-17 23:39:05 +0100 add doc to add or remove plugins
readme.md Modified
@@ -10,3 +10,11 @@ To update git submodule plugins: git -C ~/.vim/pack/vim-misc submodule update --remote + +To add a new git-backed plugin: + + git submodule add <url of git repository> start/<plugin name> + +To remove a plugin: + + git rm start/<plugin name>