Skip to content

Turn off highlighted text after set time period in Neovim

License

Notifications You must be signed in to change notification settings

nkakouros-forks/timed-highlight.nvim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Timed Highlight Plugin for Neovim

Overview

Timed Highlight is a Neovim plugin that provides a convenient way to highlight search results for a specified duration. This automates the removal of highlighting after a search.

⚡️In action

Temporary Highlighting when you need it

  • Highlight duration can be customized

📦 Installation

Install the plugin using your preferred package manager. Here's an example using lazy.nvim:

local function timed_highlight_config()
    require("timed-highlight").setup({
        highlight_timeout_ms = 2000
    })
end

return {
    "sahlte/timed-highlight.nvim", config = timed_highlight_config
}

About

Turn off highlighted text after set time period in Neovim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%