glance.nvim VS nvim-better-n

Compare glance.nvim vs nvim-better-n and see what are their differences.

glance.nvim

A pretty window for previewing, navigating and editing your LSP locations (by DNLHC)

nvim-better-n

A more versatile n(ext) key in neovim, repeat movement commands. (by jonatan-branting)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
glance.nvim nvim-better-n
6 4
621 39
- -
5.6 5.5
about 1 month ago 3 months ago
Lua Lua
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

glance.nvim

Posts with mentions or reviews of glance.nvim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-13.

nvim-better-n

Posts with mentions or reviews of nvim-better-n. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-15.
  • Highlight references in buffer
    3 projects | /r/neovim | 15 May 2023
    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
  • Can I repeat last motion in neovim?
    1 project | /r/neovim | 15 May 2023
    I wrote https://github.com/jonatan-branting/nvim-better-n to allow repeating motions.
  • Why bother with Vim in 2022 (UI Design Discussion)
    5 projects | /r/neovim | 12 Jun 2022
    For example, neovim has no suggestion api/management (for introspection into defaults), which is helpful with https://github.com/jonatan-branting/nvim-better-n/issues/2 due to legacy behavior like https://github.com/vim/vim/issues/10503, which probably will never be fixed and requires ugly hacks as workarounds.
  • [nvim-better-n] Repeat movement commands using `n`
    1 project | /r/neovim | 3 Jun 2022

What are some alternatives?

When comparing glance.nvim and nvim-better-n you can also consider the following projects:

kiwi.nvim - A stripped down VimWiki for neovim

Vim - The official Vim repository

lin.nvim - Lin Rongbin's Neovim Distribution

LunarVim - 🌙 LunarVim is an IDE layer for Neovim. Completely free and community driven.

lspsaga.nvim - improve neovim lsp experience [Moved to: https://github.com/nvimdev/lspsaga.nvim]

which-key.nvim - 💥 Create key bindings that stick. WhichKey is a lua plugin for Neovim 0.5 that displays a popup with possible keybindings of the command you started typing.

trouble.nvim - 🚦 A pretty diagnostics, references, telescope results, quickfix and location list to help you solve all the trouble your code is causing.

nvim-tree.lua - A file explorer tree for neovim written in lua

fzf-lua - Improved fzf.vim written in lua

nvim-lspconfig - Quickstart configs for Nvim LSP

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.

neo-tree.nvim - Neovim plugin to manage the file system and other tree like structures.