Plugins: add vim-test

This commit is contained in:
Marco Hinz 2018-01-22 18:59:09 +01:00
parent b95952c992
commit dd9dc6f5c5
No known key found for this signature in database
GPG Key ID: 1C980A1B657B4A4F

View File

@ -20,6 +20,7 @@
- [Statusline](#statusline)
- [Surround](#surround)
- [Taking notes](#taking-notes)
- [Testing](#testing)
- [Text objects](#text-objects)
- [Tmux](#tmux)
- [Undo history](#undo-history)
@ -176,6 +177,10 @@ Also see [fuzzy finders](#fuzzy-finders).
- [vim-pad](https://github.com/fmoralesc/vim-pad)
- [vimwiki](https://github.com/vimwiki/vimwiki)
#### Testing
- [vim-test](https://github.com/janko-m/vim-test)
#### Text objects
- [targets.vim](https://github.com/wellle/targets.vim)