How disable and reenable builtin LSP (client)

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
  • toggle-lsp-diagnostics.nvim

    Neovim plugin for toggling the LSP diagnostics.

  • Are enable/disable fairly new (also show())? I don't remember them when I was writing [toggle-lsp-diagnostics](https://github.com/WhoIsSethDaniel/toggle-lsp-diagnostics.nvim). I recall having to use display() (which was and remains undocumented AFAIK). I know about the vim.diagnostic / vim.lsp.diagnostic name switch, but I don't recall these functions being available in 0.5.0. I suppose what I'm asking is "do I need to use display() if I want to support 0.5.0?"

  • nvim-dap

    Debug Adapter Protocol client implementation for Neovim

  • I've been trying to get started with the DAP client, and one thing I think I'd like to do is disable LSP completely for all buffers that are opened during debugging. For one thing, the extra LSP signs are distracting and might conflict with the debugger signs. I briefly tried vim.lsp.stop_client(vim.lsp.get_active_clients()) but I've only had mixed results...and I'm pretty sure that only works for active buffers. I'd also like LSP disabled for any buffers that I open during debugging. Any suggestions on what to try to just turn off LSP completely while debugging?

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

    Vim-fork focused on extensibility and usability

  • Yep, added in 0.6 (not backported to 0.5.1). The commit messages are the best guide, but also there is: https://github.com/neovim/neovim/issues/14090

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

  • My problem with Neovim

    2 projects | /r/neovim | 8 Aug 2021
  • Given Neovim, is there any reason to purchase Onivim? Also, are nvim/vim plugins vs VSCode plugins equally available?

    4 projects | /r/neovim | 5 Jul 2021
  • cpp setting problem

    4 projects | /r/neovim | 6 Dec 2023
  • Can you get better dapui varibles?

    1 project | /r/neovim | 6 Dec 2023
  • Linting/formatting and LSP

    1 project | /r/neovim | 8 Sep 2023