Compat alternative for neovim?

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

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • neovim

    Vim-fork focused on extensibility and usability

  • # Build neovim separately in the first stage FROM alpine:latest RUN apk --no-cache add \ git \ build-base \ cmake \ automake \ autoconf \ libtool \ pkgconf \ coreutils \ curl \ unzip \ gettext-tiny-dev # Build neovim (and use it as an example codebase RUN git clone https://github.com/neovim/neovim.git RUN cd neovim && make -j install && rm -rf /neovim FROM alpine:latest # In the second stage, copy over neovim (only) # To run neovim, sorry no static linking RUN apk --no-cache add \ libgcc COPY --from=0 /usr/local/lib/nvim /usr/local/lib/nvim COPY --from=0 /usr/local/share/nvim /usr/local/share/nvim COPY --from=0 /usr/local/bin/nvim /usr/local/bin/nvim

  • amp

    A complete text editor for your terminal. (by jmacdonald)

  • How about https://amp.rs?

  • 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 logo
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