From 51a43928a448abd52104199f501202f0bde1aeed Mon Sep 17 00:00:00 2001 From: wongxy Date: Sun, 4 Jul 2021 23:51:53 +0800 Subject: [PATCH] Add nvim-cursorword (#134) Co-authored-by: Thomas Versteeg --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index be62aa1..d64cfa1 100644 --- a/README.md +++ b/README.md @@ -318,6 +318,7 @@ Treesitter is a new system coming in Neovim 0.5 that incrementally parses your c ### Cursorline - [yamatsum/nvim-cursorline](https://github.com/yamatsum/nvim-cursorline) - A plugin for neovim that highlights cursor words and lines. +- [xiyaowong/nvim-cursorword](https://github.com/xiyaowong/nvim-cursorword) - Part of nvim-cursorline. Highlight the word under the cursor. ### Start screen