How can I hide the hint diagnostic messages (shown in white text) for only Python? Using nvim-cmp and Pyright.

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
  • nvim-lspconfig

    Quickstart configs for Nvim LSP

  • If you want to totally disable Pyright diagnostics, then you should adjust Pyright's configuration (in the project's pyrightconfig.json file) to disable diagnostics, or else amend the textDocument/publishDiagnostics handler when setting up the LSP server (I'm not sure how, but :help lsp or the docs/wiki at https://github.com/neovim/nvim-lspconfig should have the required info).

  • toggle-lsp-diagnostics.nvim

    Neovim plugin for toggling the LSP diagnostics.

  • For files I didn't write and trigger many errors I toggle just all diagnostics, I use a plugin for that https://github.com/WhoIsSethDaniel/toggle-lsp-diagnostics.nvim

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