lsp-zero v2.x is now available

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

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
featured
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
  1. lsp-zero.nvim

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

    The branch for version 2 was released on March 30. Is mostly compatible with v1, so migrating should not be painful. A lot of features were backported to version 1 to make the transition easier, but the code is very messy and hacky. If you are using Neovim v0.8 or greater I suggest you upgrade lsp-zero to version 2.

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

    UltiSnips - The ultimate snippet solution for Vim. Send pull requests to SirVer/ultisnips!

    I didn't know lsp-zero, but this integration seems just for me except for that I am using UltiSnips instead of luasnip. Just curious how difficult do you think it is to add UltiSnips integration along with cmp-nvim-ultisnips?

  4. cmp-nvim-ultisnips

    nvim-cmp source for ultisnips

    I didn't know lsp-zero, but this integration seems just for me except for that I am using UltiSnips instead of luasnip. Just curious how difficult do you think it is to add UltiSnips integration along with cmp-nvim-ultisnips?

  5. neovim

    Vim-fork focused on extensibility and usability

    sudo apt-get install ninja-build gettext cmake unzip curl -y cd /tmp && rm -rf neovim && git clone https://github.com/neovim/neovim.git --branch stable --single-branch cd neovim make CMAKE_BUILD_TYPE=RelWithDebInfo sudo make install cd .. && rm -rf neovim

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

  • I've been away for ~3 years and my config is vimscript-coc-plug-etc. Worth moving to the 'new thing', and good resources to get up to date?

    11 projects | /r/neovim | 15 Jun 2023
  • Trouble with installing cmp/lsp autocompletion

    3 projects | /r/neovim | 29 May 2023
  • Help with finding a plugin & workflow

    3 projects | /r/neovim | 8 May 2023
  • Treesitter + Mason Vs CoC

    3 projects | /r/neovim | 4 May 2023
  • Awkwardness when typing in '\n' or '\t' or (...) [...] etc. -- (Have others noticed this too?) -- (is there a better way?)

    4 projects | /r/vim | 17 Feb 2023

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