info.vim VS neovim

Compare info.vim vs neovim and see what are their differences.

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.com
featured
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
info.vim neovim
5 1,384
- 76,465
- 2.7%
- 10.0
- 6 days ago
Vim Script
- GNU General Public License v3.0 or later
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.

info.vim

Posts with mentions or reviews of info.vim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-28.
  • vimscript over lua
    4 projects | /r/neovim | 28 Feb 2023
    As for writing plugins though, Lua beats Vim script any time of the day. I wrote info.vim back in the early days and it was a major pain to write in Vim script. If I had to redo it today I would 100% write it in Lua.
  • plugin annoncement - nvlime
    2 projects | /r/neovim | 25 Dec 2022
    Yeah, mapping a function instead of a mapping is even better. I just don't like if a predefined mapping is hard to remember or (even worse) conflicts with one of my existing mappings. Personally I like it the way Neovim's LSP client does it: you get a Lua (or Vim script) API that you can map yourself. In my info.vim I provide the commands :InfoNext, :InfoPrev and :InfoUp, but I also have a code snippet of reasonable default bindings in my README that people can just copy-past into their configuration. If they disagree with my defaults they can then change that snippet instead of having to fight my plugin to scrub away the defaults.
  • sidebar.nvim - A generic and modular lua sidebar
    10 projects | /r/neovim | 19 Sep 2021
    info.vim (my own)
  • Man pages in color, with links
    3 projects | /r/neovim | 15 Feb 2021
    I think we're all aware of the Man plugin, What I really want is info.vim being distributed by default aswell.
  • Future plans for Autotools
    1 project | /r/programming | 26 Jan 2021
    A wiki is not adequate documentation and I hate this trend of making documentation HTML only. Not everyone uses or even can use a web browser. GNU software has this great tool called Texinfo which lets you write a proper book-sized documentation with proper table of contents, chapters, and indexes. You can generate HTML, PDF, and most importantly info files. You can read info files in your terminal, in Emacs, or even in Vim (wrote a plugin for that).

neovim

Posts with mentions or reviews of neovim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-23.

What are some alternatives?

When comparing info.vim and neovim you can also consider the following projects:

vlime - A Common Lisp dev environment for Vim (and Neovim)

vim9 - An experimental fork of Vim, exploring ways to make Vim script faster and better.

vinfo - Vim info documentation reader, lets you read info pages within Vim or start it from the shell prompt (instead of Info)

helix - A post-modern modal text editor.

sidebar.nvim - A generic and modular lua sidebar for Neovim

neovide - No Nonsense Neovim Client in Rust

Vim - The official Vim repository

doom-emacs - An Emacs framework for the stubborn martian hacker [Moved to: https://github.com/doomemacs/doomemacs]

nvim-metals - A Metals plugin for Neovim

AstroVim - AstroNvim is an aesthetic and feature-rich neovim config that is extensible and easy to use with a great set of plugins [Moved to: https://github.com/AstroNvim/AstroNvim]

nvlime - A Common Lisp development environment for Neovim

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