Skip to content

RhydianJenkins/nvim-highlight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages