How do you turn off the yellow highlighting after your done with the search?

This page summarizes the projects mentioned and recommended in the original post on /r/neovim

InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. neovim

    Vim-fork focused on extensibility and usability

    Just take look at https://github.com/neovim/neovim/issues/14090 from time to time and you'll be aware of this kind of things

  2. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  3. vim-sensible

    sensible.vim: Defaults everyone can agree on

    If you use vim-sensible, which you should, you can reset the highlight with ctrl+l.

  4. dotfiles

    💻 neovim, fish, tmux, git, homebrew - my whole world (by EthanWng97)

    for details, you could refer my config

  5. vim-cool

    A very simple plugin that makes hlsearch more useful.

    I use https://github.com/romainl/vim-cool to do it automatically

  6. highlight-current-n.nvim

    Highlights the current /, ? or * match under your cursor when pressing n or N and gets out of the way afterwards.

    I used :noh for a while but now I’m using https://github.com/rktjmp/highlight-current-n.nvim, which does more than what you might be looking for (it only highlights the current match).

  7. NeoClear.lua

    Discontinued save you from the "what the hell?" moment

    Then how about this: I created a plugin for this(initially), lol. Now I get used to .

  8. toggle-lsp-diagnostics.nvim

    Discontinued Neovim plugin for toggling the LSP diagnostics.

  9. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • nvim-ufo v1.1.0 has been released.

    2 projects | /r/neovim | 12 Aug 2022
  • Cómo crear tu primera configuración de Neovim usando lua

    2 projects | dev.to | 5 Jul 2022
  • [noob] vim.keymap.set vs. vim.api.nvim_set_keymap. Key binding questions. Hydra?

    2 projects | /r/neovim | 20 May 2022
  • Just moved to neovim. How can I improve my init.lua (& startup time)

    3 projects | /r/neovim | 9 May 2022
  • How to disable statusline (lualine for me) in nvim tree

    3 projects | /r/neovim | 31 Mar 2022

Did you know that Vim Script is
the 32nd most popular programming language
based on number of references?