registers.nvim VS follow-md-links.nvim

Compare registers.nvim vs follow-md-links.nvim and see what are their differences.

registers.nvim

📑 Neovim plugin to preview the contents of the registers (by tversteeg)

follow-md-links.nvim

Easily follow markdown links with this neovim plugin (by jghauser)
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
registers.nvim follow-md-links.nvim
3 1
588 132
- -
5.4 3.4
5 months ago 23 days ago
Lua Lua
GNU General Public License v3.0 only GNU General Public License v3.0 only
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.

registers.nvim

Posts with mentions or reviews of registers.nvim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-12.
  • nvim-peekup: release v0.1.0 - have fun with vim registers!
    2 projects | /r/neovim | 12 Sep 2022
    This is an interesting idea. Personally I'm not a fan of the default interaction model of a special keymappings to select a register, then having it clobber my default register. I personally prefer the way https://github.com/tversteeg/registers.nvim does this by essentially intercepting keymappings that are already standard and inserting the window.
  • I tend to paste from the wrong register
    2 projects | /r/neovim | 13 Dec 2021
    This plugin (I don't use it anymore, but it works very well) https://github.com/tversteeg/registers.nvim will show the registers with " and
  • What Vim trick or keycombo do you wish you new MUCH sooner?
    5 projects | /r/vim | 18 Nov 2021
    I also use a clipboard manager (Clipboard Indicator GNOME extension), but learning that you can paste the last thing you yanked with "0p or "0P was a game changer for me. That and the registers.nvim plugin.

follow-md-links.nvim

Posts with mentions or reviews of follow-md-links.nvim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-01.
  • Why are you use neovim/vim?
    2 projects | /r/neovim | 1 Jul 2023
    My configuration is in Fennel. I have implemented features such as header insertion and bullet point toggling, as well as some hotkeys, like for inserting a link. The functionality for following links is provided by the https://github.com/jghauser/follow-md-links.nvim plugin. My notes are stored within a Git repository, which allows nvim-tree to set the root project, so I can use Telescope to find what I need. Essentially, that's it.

What are some alternatives?

When comparing registers.nvim and follow-md-links.nvim you can also consider the following projects:

other.nvim - Open alternative files for the current buffer

maim.nvim - Take Screenshots from Neovim

FTerm.nvim - :fire: No-nonsense floating terminal plugin for neovim :fire:

Comment.nvim - :brain: :muscle: // Smart and powerful comment plugin for neovim. Supports treesitter, dot repeat, left-right/up-down motions, hooks, and more

vim-speeddating - speeddating.vim: use CTRL-A/CTRL-X to increment dates, times, and more

kiwi.nvim - A stripped down VimWiki for neovim

quicknote.nvim - Quickly take notes, in-place

glow.nvim - A markdown preview directly in your neovim.

nvim-lspconfig - Quickstart configs for Nvim LSP

nvim-peekup - 👀 dynamically interact with vim registers

kommentary - Neovim commenting plugin, written in lua.