The influence of Neovim on Vim development

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

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
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

    Also, from NeoVim's point, this makes it much harder to maintain compatibility even in things like syntax / ftplugin / etc files. See this recent issue: https://github.com/vim/vim/issues/10968. Now, I fully sympathize with your point that NeoVim is a fork of Vim and therefore Vim shouldn't be beholden to NeoVim needs when pushing out features like this, but by introducing vim9script everywhere, it's going to further push NeoVim to start converting most basic syntax/runtime files to Lua instead (since they can no longer merge vanilla Vimscript from upstream) causing further split. So from their perspective it's both an annoyance, and an opportunity / permission to really start diverging.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. copilot.vim

    Neovim plugin for GitHub Copilot

    Anyway your example is interesting because, I hadn't realized that copilot recently added vim support: https://github.com/github/copilot.vim/commit/da286d8c52159026f9cba16cd0f98b609c056841

  4. wasmoon

    A real lua 5.4 VM with JS bindings made with webassembly

    You could still use lua: https://github.com/ceifa/wasmoon

  5. ideavim

    IdeaVim – A Vim engine for JetBrains IDEs

    ideavim has vimscript, but I am not sure how "full" it is, never tried.

  6. vim-space

    space.vim - Smart Space key for Vim

    Movement plugins (e.g. vim-sneak, https://github.com/linktohack/vim-space

  7. dotfiles

    . (by imranZERO)

    Take a look at my config.

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

  • Should Neovim now release a standard official configuration so that people who want an editor that just works out of the box get onboarded easily ?

    10 projects | /r/neovim | 4 Jul 2023
  • Can anyone recommend a good github dotfiles repos for neovim that uses LazyVim as it's plugin manager?

    27 projects | /r/neovim | 6 Apr 2023
  • Can anyone share his dotfile ? I’m bored from mine

    39 projects | /r/neovim | 23 Mar 2023
  • Help me find my dream starter config

    8 projects | /r/neovim | 23 Mar 2023
  • What else to put in lualine?

    5 projects | /r/neovim | 7 Mar 2023