Lsp servers are crashing?

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • nvim-lspconfig

    Quickstart configs for Nvim LSP

    tried to reproduce with a minimal config: https://github.com/neovim/nvim-lspconfig/blob/master/test/minimal_init.lua resulting with the insight that it is my configs fault

  • null-ls.nvim

    Discontinued Use Neovim as a language server to inject LSP diagnostics, code actions, and more via Lua.

    To have formatting on save for null-ls, I have to create an autocmd. This is also described in the null-ls wiki: https://github.com/jose-elias-alvarez/null-ls.nvim/wiki/Formatting-on-save. To my bad, I didn't copy the first line: local augroup = vim.api.nvim_create_augroup("LspFormatting", {}), which resulted in a missing variable but without an error message. 🤷

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

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