From e053a2e0fd4c893ad13f93cd2bdcfc4e295802cd Mon Sep 17 00:00:00 2001 From: Max Shen <74842863+m4xshen@users.noreply.github.com> Date: Tue, 23 Aug 2022 15:20:39 +0800 Subject: [PATCH] Rename `max-0406/autoclose.nvim` -> `m4xshen/autoclose.nvim` (#527) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80f23f0..8d81ea4 100644 --- a/README.md +++ b/README.md @@ -692,7 +692,7 @@ These colorschemes may not specialize in Tree-sitter directly but are written in - [ZhiyuanLck/smart-pairs](https://github.com/ZhiyuanLck/smart-pairs) - Ultimate smart pairs for Neovim written by Lua. - [echasnovski/mini.nvim#mini.pairs](https://github.com/echasnovski/mini.nvim#minipairs) - Module of `mini.nvim` for autopairs which has minimal defaults and functionality to do per-key mapping. -- [autoclose.nvim](https://github.com/max-0406/autoclose.nvim) - A minimalist autoclose plugin for Neovim written by lua. +- [m4xshen/autoclose.nvim](https://github.com/m4xshen/autoclose.nvim) - A minimalist autoclose plugin for Neovim written in Lua. - [monaqa/dial.nvim](https://github.com/monaqa/dial.nvim) - Extended increment/decrement. - [p00f/nvim-ts-rainbow](https://github.com/p00f/nvim-ts-rainbow) - Rainbow :rainbow: parentheses for Neovim using tree-sitter :rainbow:. - [AckslD/nvim-revJ.lua](https://github.com/AckslD/nvim-revJ.lua) - Neovim Lua plugin for doing the opposite of join-line (J) for arguments.