AstroVim is an aesthetic/feature-rich Neovim config

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

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

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

  • neovim

    Vim-fork focused on extensibility and usability

    Neovim 0.6+

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

  • SpaceVim

    Discontinued A community-driven modular vim/neovim distribution - The ultimate vimrc

    Another big one is: https://spacevim.org/

  • nvim-tree.lua

    A file explorer tree for neovim written in lua

    File explorer with Nvimtree

  • nvim-cmp

    A completion plugin for neovim coded in Lua.

    Autocompletion with Cmp

  • gitsigns.nvim

    Git integration for buffers

    Git integration with Gitsigns

  • lualine.nvim

    A blazing fast and easy to configure neovim statusline plugin written in pure lua.

    Statusline with Lualine

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

  • toggleterm.nvim

    A neovim lua plugin to help easily manage multiple terminal windows

    Terminal with Toggleterm

  • telescope.nvim

    Find, Filter, Preview, Pick. All lua, all the time.

    Fuzzy finding with Telescope

  • nvim-treesitter

    Nvim Treesitter configurations and abstraction layer

    Syntax highlighting with Treesitter

  • null-ls.nvim

    Discontinued Use Neovim as a language server to inject LSP diagnostics, code actions, and more via Lua.

    -- Add formatters and linters -- https://github.com/jose-elias-alvarez/null-ls.nvim null_ls.setup { debug = false, sources = { -- Set a formatter formatting.rufo, -- Set a linter diagnostics.rubocop, }, -- NOTE: You can remove this on attach function to disable format on save on_attach = function(client) if client.resolved_capabilities.document_formatting then vim.cmd "autocmd BufWritePre lua vim.lsp.buf.formatting_sync()" end end, } ```

  • nvim-lspconfig

    Quickstart configs for Nvim LSP

    Language Server Protocol with Native LSP

  • NvChad

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

    NvChad

  • CosmicNvim

    CosmicNvim is a lightweight and opinionated Neovim config for web development, specifically designed to provide a 💫 COSMIC programming experience!

    CosmicVim

  • chezmoi

    Manage your dotfiles across multiple diverse machines, securely.

  • SaaSHub

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

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