neovim lsp - how do you get diagnostic mesages to show at the bottom instead of in-line?

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

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

    🚦 A pretty diagnostics, references, telescope results, quickfix and location list to help you solve all the trouble your code is causing.

  • I use the Trouble plugin to show my diagnostics errors.

  • nvim-lspconfig

    Quickstart configs for Nvim LSP

  • You'll need to write a function (you don't need a handler) to print in the statusline. If someone does it you can add it to the lspconfig wiki. I've been fleshing out a page https://github.com/neovim/nvim-lspconfig/wiki/UI-customization. This kinda does what you want I think, but the print is not perfect yet (need to use :mess to see the whole thing:

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • dotfiles

  • You can use this code I wrote for that. You then hook it up like this.

  • kickstart.nvim

    A launch point for your personal nvim configuration

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