From 4bf2423c5c45dfa902bdc8fc40d68e9416e9fd26 Mon Sep 17 00:00:00 2001 From: chenxu <6235641+cxwx@users.noreply.github.com> Date: Thu, 26 Dec 2024 13:04:36 +0800 Subject: [PATCH] Add `cxwx/lazyUrlUpdate.nvim` (#1397) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e4483e01f3..079d0eabbd 100644 --- a/README.md +++ b/README.md @@ -885,6 +885,7 @@ These colorschemes may not specialize in Tree-sitter directly but are written in - [rgroli/other.nvim](https://github.com/rgroli/other.nvim) - Open alternative files for the current buffer. - [toppair/reach.nvim](https://github.com/toppair/reach.nvim) - Buffer, mark, tabpage switcher. - [axieax/urlview.nvim](https://github.com/axieax/urlview.nvim) - Browse all URLs in the current buffer. +- [cxwx/lazyUrlUpdate.nvim](https://github.com/cxwx/lazyUrlUpdate.nvim) - Update plugin under cursor by `lazy.nvim`. - [nkakouros-original/numbers.nvim](https://github.com/nkakouros-original/numbers.nvim) - Toggle relativenumber whenever it makes sense. - [ghillb/cybu.nvim](https://github.com/ghillb/cybu.nvim) - Displays a notification window with context when cycling buffers. - [sontungexpt/url-open](https://github.com/sontungexpt/url-open) - Open URLs under the cursor and create highlight effects for them.