Can someone please explain and help install LSP+Config as if I was 10?

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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • nvim-lspconfig

    Quickstart configs for Nvim LSP

  • it does tho. When you run require('lspconfig')[language-server-name].setup(), the plugin will use the server configuration stored in those files and merge it with any options you pass into setup to configure the specified language server.

  • nvim-lsp

    Nvim LSP client configurations

  • I found an LSP Intelephense configuration file that I do not understand how to implement: https://github.com/pwntester/nvim-lsp/blob/master/lua/nvim_lsp/intelephense.lua

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • nvim-cmp

    A completion plugin for neovim coded in Lua.

  • Step four is adding autocompletion. This requires you to pick an autocompletion plugin and make it work with neovim's native LSP client. Right now the popular choice is nvim-cmp. This is one is a bit tricky to setup, it's modular architecture makes it so you have to install a few other plugins to make it work.

  • nvim-starter

    Neovim example configuration. To help you start in your journey

  • I have basic example config here: nvim-lspconfig + nvim-cmp.

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

  • 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
  • I do love neovim!

    5 projects | /r/neovim | 7 Feb 2023
  • How to have LSPs installed with Mason automatically hook up to cmp and work?

    3 projects | /r/neovim | 22 Nov 2022