nvimdev / lspsaga.nvim

improve neovim lsp experience
MIT License
3.37k stars 285 forks source link

Q: is **Diagnostic Jump Filter** not supported? #1441

Closed 0x00-ketsu closed 1 month ago

0x00-ketsu commented 2 months ago

Describe the bug

in latest lspsaga.nvim lua require('lspsaga.diagnostic'):goto_prev({ severity = vim.diagnostic.severity.ERROR }) renders an error: E5108: Error executing lua [string ":lua"]:1: attempt to call method 'goto_next' (a nil value)

Steps to reproduce

# python
s = 'foo

Expected behavior

support custom diagnostic jump filter

Neovim version (nvim -v)

0.10.0

lspsaga commit

d6561900

Terminal name/version

xterm2