nvim-cursorline
Highlight words and lines on the cursor for Neovim
- Underlines the word under the cursor.
- Show / hide cursorline in connection with cursor moving.
Installation
Install with your favorite plugin manager.
Highlighting
You can override cursor highlighting by defining CursorWord
group and disabling built-in highlighting by specifying vim.g.cursorword_highlight
(lua) or g:cursorword_highlight
(vimscript).
Acknowledgments
Thanks goes to these people/projects for inspiration:
License
This software is released under the MIT License, see LICENSE.