Should I use vim or neovim?

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

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. Vim

    The official Vim repository

    There is work currently on improving Vim script, which is shaping up to be as fast as Lua. For configuration though, does that really matter? Almost every command-line tool/TUI has some form of language specific to it. I don't really understand the draw to Lua for this reason. Sure it means you don't need to learn another language, but I just wonder, how are you expected to learn the tool when you are eschewing its native configuration language that is so universally used? What if you SSH to a system that only has Vim installed (which is most likely going to be the case, even a decade from now)?

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. dotfiles

    lua config

  4. octo.nvim

    Edit and review GitHub issues and pull requests from the comfort of your favorite editor

    if you want something different you can try that https://github.com/pwntester/octo.nvim

  5. cli

    GitHub’s official command line tool

    Yes, octo.nvim looking good, but again it is not inventing anything, it is using https://github.com/cli/cli under the hood and something similar is present in vim with https://github.com/skanehira/gh.vim at least.

  6. gh.vim

    Discontinued Vim/Neovim plugin for GitHub

    Yes, octo.nvim looking good, but again it is not inventing anything, it is using https://github.com/cli/cli under the hood and something similar is present in vim with https://github.com/skanehira/gh.vim at least.

  7. barbar.nvim

    The neovim tabline plugin.

    What sold me personally on Neovim was tab line plugins like barbar.nvim which give a modern GUI look, which I haven’t seen in Vim plugins (correct me if I’m wrong).

  8. vim-suda

    🥪 An alternative sudo.vim for Vim and Neovim, limited support sudo in Windows

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. notes

    notes on the tools in my Unix/Linux toolbox, dotfiles, etc (by sitaramc)

    https://github.com/sitaramc/notes/blob/master/dac.mkd for documentation, https://github.com/sitaramc/notes/blob/master/dac.mkd for code, if you're interested.

  11. neovim

    Vim-fork focused on extensibility and usability

    Looking at e.g. this and this development progress seems roughly on-par, although the focus is somewhat on different things.

  12. govim

    govim is a Go development plugin for Vim8, written in Go

    I know that govim is a Vim plugin written in Go, but I don't really know how they do it – never really looked much at it.

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

  • Adamantly against neovim after the removal of cscope

    3 projects | /r/neovim | 9 Apr 2023
  • [Plugin] cscope support in 0.9+

    3 projects | /r/neovim | 10 Mar 2023
  • New feature 'statuscolumn' merged!

    4 projects | /r/neovim | 9 Jan 2023
  • How do you turn off the yellow highlighting after your done with the search?

    8 projects | /r/neovim | 3 Jan 2023
  • Project based configuration

    3 projects | /r/neovim | 21 Sep 2022

Did you know that Vim Script is
the 31st most popular programming language
based on number of references?