Skip to content

Latest commit

Β 

History

History
32 lines (19 loc) Β· 760 Bytes

README.md

File metadata and controls

32 lines (19 loc) Β· 760 Bytes

Vim Noh πŸ•΅πŸ»β€β™‚οΈ

A vim plugin for automatically clearing search highlighting when cursor is moved.

Installation

  1. Install using your favourite package manager:

    Using lazy.nvim:

    { 'jesseleite/vim-noh' }

    Using packer.nvim:

    use { 'jesseleite/vim-noh' }

    Using vim-plug:

    Plug 'jesseleite/vim-noh'
  2. Order pizza! πŸ• 🀘 😎

Thanks!

Thank you to the legendary Junegunn Choi, who wrote the original vim-slash plugin that this fork is based on.