Neovim 0.9 Released

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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. neovim

    Vim-fork focused on extensibility and usability

    wget --quiet https://github.com/neovim/neovim/releases/download/nightly/n... --output-document nvim

  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. NvChad

    Blazing fast Neovim framework providing solid defaults and a beautiful UI, enhancing your neovim experience.

  4. LunarVim

    ๐ŸŒ™ LunarVim is an IDE layer for Neovim. Completely free and community driven.

  5. AstroNvim

    AstroNvim is an aesthetic and feature-rich neovim config that is extensible and easy to use with a great set of plugins

  6. awesome-neovim

    Collections of awesome neovim plugins.

  7. dotfiles

    i actually solved this by moving my whole dev environment into a reproducible Dockerfile.

    Can see it here https://github.com/hauxir/dotfiles/blob/master/devenv.sh

    then i can simply run it anywhere that has docker with a curl/bash script :)

  8. dot-files

    A repository containing my dot-files, for syncing across hosts. (by AlexSWall)

    You can find the Neovim configuration in the neovim directory.

    https://github.com/AlexSWall/dot-files

  9. SaaSHub

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

    SaaSHub logo
  10. vscodium

    binary releases of VS Code without MS branding/telemetry/licensing

    > VS Codium (my preferred variant, telemetry-free)

    Telemetry reduced -

    https://github.com/VSCodium/vscodium/blob/master/DOCS.md#dis...

  11. helix

    A post-modern modal text editor.

  12. vscode-neovim

    Vim mode for VSCode, powered by Neovim

    Why not have both? https://github.com/vscode-neovim/vscode-neovim

    I was using the VSCodeVim plugin, but it kept breaking. I now moved to the Neovim plugin and works great!

  13. dotfiles

    Discontinued My dotfiles and setup scripts. (by weakphish)

    And here is mine - itโ€™s goal is parity with VS Code, but in a single file thatโ€™s well organized (based on kickstart.nvim)

    https://github.com/weakphish/dotfiles/blob/master/.config/nv...

  14. lazy.nvim

    ๐Ÿ’ค A modern plugin manager for Neovim

    Perhaps by "frameworks" you meant plugin managers.

    On vim, I was using vim-plug, which works fine with neovim too.

    At some point I switched to Packer, which is written in Lua and is definitely more powerful. Now I would recommend Lazy instead: https://github.com/folke/lazy.nvim

    Yes, it's silly that neovim still doesn't come with built-in plugin management. Installing a plugin should require 0 lines of 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

Did you know that Lua is
the 18th most popular programming language
based on number of references?