State of Neovim LSP configuration

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

InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
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
  1. volar

    Discontinued ⚡ Explore high-performance tooling for Vue [Moved to: https://github.com/vuejs/language-tools]

    This is maybe my spoiled opinion as someone from strange lands coming in and being a bit confused: but why isn't there a community push to create "plugins", just like CoC, to create more of an out-of-the-box experience when setting up neovim? If three different web-developers needs to copy paste the same three language servers to get volar(a vue3 language server) up and running, why isn't there already a plugin doing most of the heavy lifting with saneish defaults which everybody uses?

  2. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  3. nvim-lspconfig

    Quickstart configs for Nvim LSP

    But with the native lsp setup, you might only lspconfig for configuring a variety of LSP servers with sane defaults. Have a look at volar config. And if you also want to install LSP server via neovim, then https://github.com/williamboman/nvim-lsp-installer. null-ls.nvim is also worth mentioning

  4. nvim-lsp-installer

    Discontinued Further development has moved to https://github.com/williamboman/mason.nvim!

    nvim-lspconfig contains reasonable defaults for various LSPs, but it doesn’t manage the actual installation of those servers. For that you want https://github.com/williamboman/nvim-lsp-installer. With those two plugins installed I can just do :LspInstallInfo to pick a known LSP to install/update/remove and nvim-lspconfig automatically handles setup & config. They basically work together to do what :CocConfig does.

  5. coc.nvim

    Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.

    I'm coming from CoC.nvim and have gotten used to the way of "ease" of installing language server extensions. As for the configuration you'll need, it's minimal at worst. Open up :CocConfig and type away.

  6. lsp-zero.nvim

    A starting point to setup some lsp related features in neovim.

    Now, creating plugins that configure other plugins is not very common. We don't have a good dependency management story. I only know of two plugins that do it. Funny enough, I'm the author one of those (lsp-zero). It's doing well but I don't think is going to win any popularity contest on this subreddit.

  7. LunarVim

    🌙 LunarVim is an IDE layer for Neovim. Completely free and community driven.

    Using LunarVim... All preconfigured, ...just working. Ready to be customized https://github.com/LunarVim/LunarVim

  8. machine

    my machine (by micahlagrange)

    feel free to take any of my config https://github.com/micahlagrange/machine

  9. 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
  10. null-ls.nvim

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

    But with the native lsp setup, you might only lspconfig for configuring a variety of LSP servers with sane defaults. Have a look at volar config. And if you also want to install LSP server via neovim, then https://github.com/williamboman/nvim-lsp-installer. null-ls.nvim is also worth mentioning

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

  • Best way to go about installing LSP today?

    7 projects | /r/neovim | 13 Oct 2022
  • Is there any way to autocomplete language functions? For example, show things like fmt.Printf or fmt.Println when writing fmt.Print and pressing the autocomplete key.

    12 projects | /r/neovim | 10 Sep 2022
  • LSP Servers installation

    2 projects | /r/neovim | 20 Jul 2022
  • Another coc.nvim vs native lsp post

    5 projects | /r/neovim | 21 Jul 2022
  • E5113: Error while calling lua chunk: /home/juan/.config/nvim/lua/lsp/lsp-installer.lua:2: module 'lspconfig' not found

    3 projects | /r/neovim | 23 Jun 2022

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