feat(noice): suppress Diagnosing and semantic tokens LSP progress notifications
This commit is contained in:
+8
-4
@@ -463,11 +463,15 @@ lazyload.on_vim_enter(function()
|
||||
},
|
||||
routes = {
|
||||
{
|
||||
filter = {
|
||||
event = "lsp",
|
||||
kind = "progress",
|
||||
find = "Loading workspace",
|
||||
filter = { event = "lsp", kind = "progress", find = "Loading workspace" },
|
||||
opts = { skip = true },
|
||||
},
|
||||
{
|
||||
filter = { event = "lsp", kind = "progress", find = "^Diagnosing" },
|
||||
opts = { skip = true },
|
||||
},
|
||||
{
|
||||
filter = { event = "lsp", kind = "progress", find = "semantic tokens" },
|
||||
opts = { skip = true },
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user