nvim-lspconfig

Quickstart configs for Nvim LSP (by neovim)

Nvim-lspconfig Alternatives

Similar projects and alternatives to nvim-lspconfig

  1. neovim

    1,428 nvim-lspconfig VS neovim

    Vim-fork focused on extensibility and usability

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

    A post-modern modal text editor.

  4. telescope.nvim

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

  5. coc.nvim

    322 nvim-lspconfig VS coc.nvim

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

  6. nvim-treesitter

    310 nvim-lspconfig VS nvim-treesitter

    Nvim Treesitter configurations and abstraction layer

  7. kickstart.nvim

    A launch point for your personal nvim configuration

  8. LunarVim

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

  9. SaaSHub

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

    SaaSHub logo
  10. nvim-cmp

    A completion plugin for neovim coded in Lua.

  11. packer.nvim

    A use-package inspired plugin manager for Neovim. Uses native packages, supports Luarocks dependencies, written in Lua, allows for expressive config

  12. null-ls.nvim

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

  13. lsp-zero.nvim

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

  14. awesome-neovim

    Collections of awesome neovim plugins.

  15. mason.nvim

    Portable package manager for Neovim that runs everywhere Neovim runs. Easily install and manage LSP servers, DAP servers, linters, and formatters.

  16. nvim-compe

    Discontinued Auto completion Lua plugin for nvim

  17. nvim-lsp-installer

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

  18. LuaSnip

    Snippet Engine for Neovim written in Lua.

  19. kok.nvim

    Fast as FUCK nvim completion. SQLite, concurrent scheduler, hundreds of hours of optimization.

  20. mason-lspconfig.nvim

    Extension to mason.nvim that makes it easier to use lspconfig with mason.nvim.

  21. nvim-lspinstall

    Discontinued Provides the missing :LspInstall for nvim-lspconfig

  22. cmp-nvim-lsp

    nvim-cmp source for neovim builtin LSP client

  23. SaaSHub

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

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better nvim-lspconfig alternative or higher similarity.

nvim-lspconfig discussion

Log in or Post with
  1. User avatar
    todaypp
    ยท 11 months ago
    ยท Reply

    Review โ˜…โ˜…โ˜…โ˜…โ˜† 8/10

nvim-lspconfig reviews and mentions

Posts with mentions or reviews of nvim-lspconfig. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-04-01.
  • Postgres Language Server: Initial Release
    8 projects | dev.to | 1 Apr 2025
    Neovim (via nvim-lspconfig + mason)
  • How to setup VueJs in Neovim (January 2025)
    4 projects | dev.to | 2 Jan 2025
    Packages that we will use : blink.cmp for autocompletion, typescript-tools for the typescript LSP, neovim/nvim-lspconfig to set up the LSP, and Mason so we can install volar.
  • Setting Up Neovim
    5 projects | dev.to | 1 Jan 2025
    Check configs.md to ensure your language's LSP server is present there and edit the configs/lspconfig.lua file to add your language's LSP.
  • How to Setup Vim for Kotlin Development
    12 projects | dev.to | 27 Dec 2024
    Neovim Install the nvim-lspconfig plugin to make configuration of the LSP client simpler. Then update your init.lua to tell Neovim which filetypes to use the language server for (i.e. .kt and .kts extensions). The LSP client will try to the start the sever by running the kotlin_language_server binary. You can directly point Neovim to the location of the binary, or include this directory in your $PATH.
  • Lite ๐Ÿš€ ApolloNvim Distro 2024
    47 projects | dev.to | 18 Oct 2024
    ๐Ÿ‘‰ With LSP in this installation, I use Coc for its simplicity without the need to intervene in the Coc configuration. LSP has been very useful in my Helix modal editor to configure Helixu.
  • Simple Neovim config
    6 projects | dev.to | 18 Sep 2024
  • Ultimate Neovim Setup Guide: lazy.nvim Plugin Manager
    25 projects | dev.to | 24 Jun 2024
    neovim/nvim-lspconfig: Quickstart configs for Nvim LSP
  • JetBrains' unremovable AI assistant meets irresistible outcry
    5 projects | news.ycombinator.com | 3 Feb 2024
    I suggest looking for blog posts about this, you're gunnuh wanna pick out a plugin manager and stuff. It's kind of like a package manager for neovim. You can install everything manually but usually you manually install a plugin manager and it gives you commands to manage the rest of your plugins.

    These two plugins are the bare minimum in my view.

    https://github.com/nvim-treesitter/nvim-treesitter

    Treesitter gives you much better syntax highlighting based on a parser for a given language.

    https://github.com/neovim/nvim-lspconfig

    This plugin helps you connect to a given language LSP quickly with sensible defaults. You more or less pick your language from here and copy paste a snippet, and then install the relevant LSP:

    https://github.com/neovim/nvim-lspconfig/blob/master/doc/ser...

    For Python you'll want pylsp. For JavaScript it will depend on what frontend framework you're using, I probably can't help you there.

    pylsp itself takes some plugins and you'll probably want them. https://github.com/python-lsp/python-lsp-server

    Best of luck! Happy hacking.

  • Neovide โ€“ a simple, no-nonsense, cross-platform GUI for Neovim
    17 projects | news.ycombinator.com | 31 Jan 2024
    Adding language support it neovim isn't very difficult once you're setup. I use nvim-lspconfig[1] and just about any language you could need is documented[2]. But like others have mentioned there are batteries included distributions of neovim if that's your cup of tea.

    [1]: https://github.com/neovim/nvim-lspconfig/

    [2]: https://github.com/neovim/nvim-lspconfig/blob/master/doc/ser...

  • A guide on Neovim's LSP client
    7 projects | dev.to | 13 Jan 2024
    If we can't find the basic usage in the documentation we can go to nvim-lspconfig's github repository. In there we look for a folder called server_configurations, this contains configuration files for a bunch of language servers.
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 15 May 2025
    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. Learn more โ†’

Stats

Basic nvim-lspconfig repo stats
530
11,848
9.8
11 days ago

Sponsored
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

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