From cee837df7364f72e821123c0db5b61fb65c6fc40 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Tue, 5 Mar 2024 13:05:29 -0500 Subject: [PATCH] Fix the readme description for vim-repeat --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 0f66ae1..99c734d 100644 --- a/readme.md +++ b/readme.md @@ -145,7 +145,7 @@ For a complete list of mappings specific to **darkcloud-nvimconfig**, check the * [vim-togglelist](https://github.com/milkypostman/vim-togglelist): A simple plugin for vim that allows you to bind a key to toggle the Location List and the Quickfix List * [vim-trailing-whitespace](https://github.com/bronson/vim-trailing-whitespace): Highlights and allows for the easy removal of trailing whitespace in documents * [vim-unimpaired](https://github.com/tpope/vim-unimpaired): Pairs of handy bracket mappings - * [vim-repeat](https://github.com/tpope/vim-repeat): A library used by vim-surround to allow its delimiter-switching functions to be repeated with the `.` command + * [vim-repeat](https://github.com/tpope/vim-repeat): Enable repeating supported plugin maps with "." ## Credits