Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

nvim-highlight

Document highlighting in neovim.

Uses the LSP client attached to the buffer to run textDocument/documentHighlight on delayed hover.

Installation

-- With lazy.nvim
{
  "rhydianjenkins/nvim-highlight",
  config = function()
    require("nvim-highlight").setup({
      delay = 500,    -- optional: delay in milliseconds (default: 500)
      enabled = true  -- optional: enable/disable plugin (default: true)
    })
  end
}

About

Document highlighting in neovim

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages