Highlight references in buffer

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

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • nvim-better-n

    A more versatile n(ext) key in neovim, repeat movement commands.

  • For jumping using n/N there's a few possibilities, sending the references to the quickfix list let's you use :cnext, :cprev and friends to jump between them. If you want to use n/N then maybe https://github.com/jonatan-branting/nvim-better-n can help you, although implementing it yourself is not that hard basically just keep a global variable of what the last action was (you'll have to remap /?*#) and remap n/N to your own function that looks at that and does stuff. You could also use hydra.nvim to create temporary mappings for n/N

  • glance.nvim

    A pretty window for previewing, navigating and editing your LSP locations

  • I can recommend glance.nvim for this https://github.com/dnlhc/glance.nvim

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • vim-illuminate

    illuminate.vim - (Neo)Vim plugin for automatically highlighting other uses of the word under the cursor using either LSP, Tree-sitter, or regex matching.

  • vim-illuminate (https://github.com/RRethy/vim-illuminate) might be what you're looking for. It also has Alt-N/Alt-P mappings by default for jumping between matches.

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