vim-rst
vim reStructuredText syntax and some more (by habamax)
neovim
Vim-fork focused on extensibility and usability (by neovim)
vim-rst | neovim | |
---|---|---|
3 | 1,421 | |
23 | 87,402 | |
- | 1.9% | |
4.7 | 10.0 | |
7 months ago | 3 days ago | |
Vim Script | 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.
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.
vim-rst
Posts with mentions or reviews of vim-rst.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-08-13.
-
TIL you can open a URL under cursor by pressing "gx". Just started using Vim + Markdown for taking notes, highly recommended.
The same thing for reStructuredText is described here. For markdown it is similar and there is also a link to implementation.
-
Any ASCIIDOC VIM users care to share tips/workflow..
Having deep NIH (Not Invented Here) syndrom :), I have also built https://github.com/habamax/vim-rst
- vim-rst: another reStructuredText for vim
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 2025-03-07.
-
Using Neovim on OpenWRT
git clone https://github.com/neovim/neovim cd neovim && make CMAKE_BUILD_TYPE=RelWithDebInfo make install
-
⛏️How to Compile and Install Neovim on Debian
Now, you can download the source code of Neovim from GitHub. You can use the following command to download the latest version of the source code from GitHub: git clone https://github.com/neovim/neovim.git
-
Dear (Rust) Devs: Article Request
You want to customize your Neovim config but you don't know Lua.
- Neovim tee.exe binary dependency exhibiting illegitimate / unauthorized behavior
-
VSCode's SSH Agent Is Bananas
I do my full-time development work using Neovide (a GUI frontend to nvim) over SSH. As a long-time vim user, this is great for me, but I will freely admit that it is nowhere near as easy to set up as VSCode, and it is also fundamentally a dumb client over SSH, so it suffers from lag spikes. There has been some discussion about what a smart client version of nvim would look like, but it's probably years out: https://github.com/neovim/neovim/issues/24690
-
My NeoVim Experience: Productivity vs Curiosity
NeoVim
-
Development Environment Configuration
Editors: Helix, NeoVim, Vim, Visual Studio Code
-
How to Enable Undercurl in Neovim: Terminal and Tmux Setup Guide
If you're using Neovim as your default code editor or IDE, you've likely encountered the concept of undercurl. But what exactly is undercurl? Let's dive in!
-
auto y2025 = new Year(); // Resolutions
Learn and use Neovim.
-
Setting Up Neovim
wget https://github.com/neovim/neovim/releases/latest/download/nvim-linux64.tar.gz mkdir nvim mv nvim-linux64.tar.gz nvim cd nvim tar -xvf nvim-linux64.tar.gz sudo ln -s ~/nvim/nvim-linux64/bin/nvim /usr/local/bin/nvim
What are some alternatives?
When comparing vim-rst and neovim you can also consider the following projects:
vim-c-cpp-modern - Extended Vim syntax highlighting for C and C++ (C++11/14/17/20/23)
helix - A post-modern modal text editor.
vim-asciidoctor - Asciidoctor plugin for Vim
vim9 - An experimental fork of Vim, exploring ways to make Vim script faster and better.
vim-svelte-plugin - Vim syntax and indent plugin for .svelte files
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]