onsails / diaglist.nvim

Live render workspace diagnostics in quickfix with current buf errors on top, buffer diagnostics in loclist
178 stars 5 forks source link

Better support for different neovim versions #8

Closed JuniorSuperTux closed 2 years ago

JuniorSuperTux commented 2 years ago

When I'm using Neovim V0.5, errors show saying that LSP events are not valid events. After switching to Neovim V0.6, deprecation warnings are popping up.

onsails commented 2 years ago

I can only support latest stable neovim which is 0.6 as I only use it. Please show your deprecation warnings on 0.6.

JuniorSuperTux commented 2 years ago

The deprecation warning is as following:

vim.lsp.diagnostic.get_all is deprecated. See :h deprecated
onsails commented 2 years ago

The deprecation warning is as following:

vim.lsp.diagnostic.get_all is deprecated. See :h deprecated

thanks, this now should be fixed