Neovim LSP: Setup nvim-lspconfig + nvim-cmp

This page summarizes the projects mentioned and recommended in the original post on dev.to

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. nvim-lspconfig

    Quickstart configs for Nvim LSP

    Out of the box neovim offers the tools to start and query a language server but it doesn't have any opinion on how we should use them. Enter nvim-lspconfig, with it neovim can scan the "root directory" of a project and choose which language server you configured should be initialiazed.

  2. SaaSHub

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

    SaaSHub logo
  3. nvim-cmp

    A completion plugin for neovim coded in Lua.

    And then we have nvim-cmp, the autocompletion plugin. I think the completions provided by neovim are good enough but the thing is it requires a fair amount of manual intervention. Modern code editors have all this automated in a way that feels more intuitive, this is what nvim-cmp offers. We can have that smart autocompletion in neovim.

  4. cmp-buffer

    nvim-cmp source for buffer words

    cmp-buffer

  5. cmp-path

    nvim-cmp source for path

    cmp-path

  6. cmp-nvim-lsp

    nvim-cmp source for neovim builtin LSP client

    cmp-nvim-lsp

  7. LuaSnip

    Snippet Engine for Neovim written in Lua.

    LuaSnip

  8. friendly-snippets

    Set of preconfigured snippets for different languages.

    friendly-snippets

  9. nvim-lsp-installer

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

    Sooner or later you are going to find out about this plugin: nvim-lsp-installer. With it you can manage your language servers using neovim. You'll be able to install, update and remove language server.

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

  • Template in C++

    8 projects | /r/neovim | 12 Sep 2022
  • TSServer Snippets

    4 projects | /r/neovim | 6 Jan 2022
  • Not able to use jedi_complete with pylsp and nvim-cmp when installed with nvim-lsp-installer

    4 projects | /r/neovim | 21 Dec 2021
  • How to Setup Vim for Kotlin Development

    12 projects | dev.to | 27 Dec 2024
  • Helix - Front-End Power

    8 projects | dev.to | 12 Mar 2024