Skip to content

How can I fuzzy find over *just* errors? #1724

Answered by ibhagwan
ethanuppal asked this question in Q&A
Discussion options

You must be logged in to vote
:FzfLua diagnostics_workspace severity_only=1

-- hint = 4
-- information = 3
-- warning = 2
-- error = 1
-- severity_only: keep any matching exact severity
-- severity_limit: keep any equal or more severe (lower)
-- severity_bound: keep any equal or less severe (higher)
opts.severity_only = convert_diagnostic_type(opts.severity_only)
opts.severity_limit = convert_diagnostic_type(opts.severity_limit)
opts.severity_bound = convert_diagnostic_type(opts.severity_bound)

Replies: 1 comment 1 reply

Comment options

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

Answer selected by ethanuppal
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