Skip to content
This repository has been archived by the owner on Aug 12, 2023. It is now read-only.

File level diagnostics and status line provider info #412

Discussion options

You must be logged in to vote

This is because both plugins are using vim.lsp.diagnostic instead of the new vim.diagnostic API, which is an issue because null-ls no longer uses its client namespace (each source gets its own). Getting workspace / project-level diagnostics still works because it doesn't specify a namespace.

The old API is deprecated, so it's a question of when the plugins are able to update. Relevant issues: nvim-telescope/telescope.nvim#1581 and folke/trouble.nvim#133

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mnarrell
Comment options

Answer selected by mnarrell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants