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