To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorUninstall plugin
- Background
-
- Given
- a directory named ".vimmer"
- And
- a bundle path set for my system
- And
- I have no plugins installed
- Scenarios
-
- Uninstall from Github
-
- When
- I successfully run "vimmer install 'https://github.com/tpope/vim-awesomemofo.git'"
- And
- I successfully run "vimmer uninstall 'vim-awesomemofo'"
- Then
- I should still not have any plugins installed
- Attempt to uninstall a plugin that is not installed
-
- When
- I run "vimmer uninstall not_installed"
- Then
-
it should fail with:
The plugin not_installed is not installed.
Last published almost 7 years ago by joefiorini.