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

Our great sponsors
  • SonarLint - Clean code begins in your IDE with SonarLint
  • InfluxDB - Access the most powerful time series database as a service
  • SaaSHub - Software Alternatives and Reviews
  • 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.

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

  • SonarLint

    Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.

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

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

  • mason-lspconfig.nvim

    Extension to mason.nvim that makes it easier to use lspconfig with mason.nvim. Strongly recommended for Windows users.

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

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

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

  • InfluxDB

    Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.

  • cmp-buffer

    nvim-cmp source for buffer words

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

  • cmp-path

    nvim-cmp source for path

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

  • cmp_luasnip

    luasnip completion source for nvim-cmp

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

  • 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