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
- Host: GitHub
- URL: https://github.com/jssee/vim-delight
- Owner: jssee
- Created: 2019-11-15T19:11:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-15T19:49:59.000Z (over 6 years ago)
- Last Synced: 2025-03-22T20:13:35.519Z (over 1 year ago)
- Topics: neovim, neovim-plugin, vim, vim-plugin
- Language: Vim script
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)