Animates the search highlight so you can find what you're looking for easier.
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.
These are the default options:
require('animated-search-highlight').setup({
fg1 = "#7c5803",
fg2 = "#8d6303",
bg1 = "#fcdd93",
bg2 = "#fabd2f",
})
Pull requests welcome. Please be nice.
MIT