aalin / animated-search-highlight.nvim

Animated search highlight for Vim so you can find what you're looking for easier

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

animated-search-highlight.nvim

Description

Animates the search highlight so you can find what you're looking for easier.

Installation

Using packer.nvim

use 'aalin/animated-search-highlight.nvim'

Using vim-plug

Plug 'aalin/animated-search-highlight.nvim'

For other plugin managers, read their documentation.

Configuration

These are the default options:

require('animated-search-highlight').setup({
  fg1 = "#7c5803",
  fg2 = "#8d6303",
  bg1 = "#fcdd93",
  bg2 = "#fabd2f",
})

Contributing

Pull requests welcome. Please be nice.

License

MIT

About

Animated search highlight for Vim so you can find what you're looking for easier

License:MIT License


Languages

Language:Lua 82.9%Language:Vim Script 17.1%