LunarVim / Neovim-from-scratch

📚 A Neovim config designed from scratch to be understandable
https://www.chrisatmachine.com/
GNU General Public License v3.0
5.4k stars 1.17k forks source link

Fix two diagnostic shortcuts by using updated telescope API #259

Closed oflisback closed 1 year ago

oflisback commented 1 year ago

This fixes the shortcuts <leader>ld and <leader>lw which broke because of Telescope's changed diagnostics API:

https://github.com/nvim-telescope/telescope.nvim/blob/master/doc/telescope_changelog.txt#L154-L155

gnmearacaun commented 1 year ago

@oflisback thanks for the fix!