From ba8ff42b185c9a1e66554f4fdbacc8943b71970e Mon Sep 17 00:00:00 2001 From: Janek Date: Tue, 12 May 2020 09:27:21 +0200 Subject: [PATCH] Add support for inkarkat plugins in README.md --- README.markdown => README.md | 3 +++ 1 file changed, 3 insertions(+) rename README.markdown => README.md (88%) diff --git a/README.markdown b/README.md similarity index 88% rename from README.markdown rename to README.md index 448d2d6..cdb3f7e 100644 --- a/README.markdown +++ b/README.md @@ -13,6 +13,9 @@ The following plugins support repeat.vim: * [unimpaired.vim](https://github.com/tpope/vim-unimpaired) * [vim-easyclip](https://github.com/svermeulen/vim-easyclip) * [vim-radical](https://github.com/glts/vim-radical) +* [vim-ReplaceWithRegister](https://github.com/inkarkat/vim-ReplaceWithRegister) +* [vim-spellcheck](https://github.com/inkarkat/vim-SpellCheck) +* [argtextobj.vim](https://github.com/inkarkat/argtextobj.vim) Adding support to a plugin is generally as simple as the following command at the end of your map functions.