• Stars
    star
    328
  • Rank 127,738 (Top 3 %)
  • Language
    Lua
  • License
    MIT License
  • Created almost 4 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A plugin for neovim that highlights cursor words and lines

nvim-cursorline

Highlight words and lines on the cursor for Neovim

  • Underlines the word under the cursor.
cursorword.mp4
  • Show / hide cursorline in connection with cursor moving.
cursorline.mp4

Installation

Install with your favorite plugin manager.

Usage

require('nvim-cursorline').setup {
  cursorline = {
    enable = true,
    timeout = 1000,
    number = false,
  },
  cursorword = {
    enable = true,
    min_length = 3,
    hl = { underline = true },
  }
}

Acknowledgments

Thanks goes to these people/projects for inspiration:

License

This software is released under the MIT License, see LICENSE.