Make lsp-zero.nvim coexists with other plugins instead of controlling them

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. lsp-zero.nvim

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

    I like to describe lsp-zero as an opinionated configuration wrapped in a plugin. It was made to reduce the boilerplate code necessary to configure nvim-cmp and nvim-lspconfig.

  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.

    I like to describe lsp-zero as an opinionated configuration wrapped in a plugin. It was made to reduce the boilerplate code necessary to configure nvim-cmp and nvim-lspconfig.

  4. nvim-lspconfig

    Quickstart configs for Nvim LSP

    I like to describe lsp-zero as an opinionated configuration wrapped in a plugin. It was made to reduce the boilerplate code necessary to configure nvim-cmp and nvim-lspconfig.

  5. mason.nvim

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

    To add this in your configuration first install the plugins mason.nvim and mason-lspconfig. Then call their setup function.

  6. mason-lspconfig.nvim

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

    To add this in your configuration first install the plugins mason.nvim and mason-lspconfig. Then call their setup function.

  7. LuaSnip

    Snippet Engine for Neovim written in Lua.

    Here you don't need lsp-zero at all. Install luasnip and have it load the snippet collection you installed (I recommend friendly-snippets).

  8. friendly-snippets

    Set of preconfigured snippets for different languages.

    Here you don't need lsp-zero at all. Install luasnip and have it load the snippet collection you installed (I recommend friendly-snippets).

  9. cmp-buffer

    nvim-cmp source for buffer words

    cmp-buffer: Completion source. It provides suggestions based on the current file.

  10. cmp-path

    nvim-cmp source for path

    cmp-path: Completion source. Gives suggestions based on the filesystem.

  11. cmp_luasnip

    luasnip completion source for nvim-cmp

    cmp_luasnip: Completion source. It shows available snippets in the suggestions.

  12. cmp-nvim-lsp

    nvim-cmp source for neovim builtin LSP client

    cmp-nvim-lsp: Completion source. Shows data send by the 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

  • Ultimate Neovim Setup Guide: lazy.nvim Plugin Manager

    25 projects | dev.to | 24 Jun 2024
  • Enabling python's snippets.

    4 projects | /r/neovim | 1 Jul 2023
  • When pressing completing the suggestion for a method using `cmp` and `LSP`, is possible to have the arguments in the the completion?

    3 projects | /r/neovim | 10 May 2023
  • nvim-cmp autocompletion issues with C++

    3 projects | /r/neovim | 4 Apr 2023
  • How to setup auto completion, etc. using LSP and stuff without bloating everything with a plugin manager?

    11 projects | /r/neovim | 10 Feb 2023

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