From dd9dc6f5c546c7ad50e55fc693e385d47cc5b7b2 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Mon, 22 Jan 2018 18:59:09 +0100 Subject: [PATCH] Plugins: add vim-test --- PLUGINS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/PLUGINS.md b/PLUGINS.md index 916d9e7..660fa5e 100644 --- a/PLUGINS.md +++ b/PLUGINS.md @@ -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)