Highlight words and lines on the cursor for Neovim
Install with your favorite plugin manager.
require('nvim-cursorline').setup {
cursorline = {
enable = true,
timeout = 1000,
number = false,
},
cursorword = {
enable = true,
min_length = 3,
hl = { underline = true },
}
}
Thanks goes to these people/projects for inspiration:
This software is released under the MIT License, see LICENSE.