An open API service indexing awesome lists of open source software.

https://github.com/jssee/vim-delight

delightful search (un)highlighting in vim
https://github.com/jssee/vim-delight

neovim neovim-plugin vim vim-plugin

Last synced: 2 months ago
JSON representation

delightful search (un)highlighting in vim

Awesome Lists containing this project

README

          

# delight.vim

A small simple plugin that toggles `hlsearch` off when you move the your cursor, and back for `n/N`.

## Installation
You can install this plugin using your preferred pack management method. Here is an example of
installation using [minpac](https://github.com/k-takata/minpac)

```vim
call minpac#add('jssee/vim-delight')
```

## Prior art
The idea behind *vim-delight* is not new, it has been living in my dotfiles for some time, and there
are also a few others that do something similar/identical.

- [vim-cool](https://github.com/romainl/vim-cool)
- [@purpleP's configuration](https://github.com/purpleP)