Plugins: add committia to VCS plugins

This commit is contained in:
Marco Hinz 2016-11-04 13:06:23 +01:00
parent 6ac71fe2be
commit f7f35cefd7
2 changed files with 2 additions and 1 deletions

View File

@ -1532,7 +1532,7 @@ moment you realize that the last time you saved
But not all hope is lost! When editing a file, Vim creates a swap file that But not all hope is lost! When editing a file, Vim creates a swap file that
contains unsaved changes. Try it for yourself, open any file and get the current contains unsaved changes. Try it for yourself, open any file and get the current
swap file by using `:swapname`. You can also disable swap file by putting `:set swap file by using `:swapname`. You can also disable swap files by putting `:set
noswapfile` in your vimrc. noswapfile` in your vimrc.
By default, the swap file is created in the same directory as the edited file By default, the swap file is created in the same directory as the edited file

View File

@ -119,6 +119,7 @@ Also see [fuzzy finders](#fuzzy-finders).
#### Version control #### Version control
- [agit](https://github.com/cohama/agit.vim) - [agit](https://github.com/cohama/agit.vim)
- [committia](rhysd/committia.vim)
- [fugitive](https://github.com/tpope/vim-fugitive) - [fugitive](https://github.com/tpope/vim-fugitive)
- [gist-vim](https://github.com/mattn/gist-vim) - [gist-vim](https://github.com/mattn/gist-vim)
- [gitgutter](https://github.com/airblade/vim-gitgutter) - [gitgutter](https://github.com/airblade/vim-gitgutter)