Post-upgrade fixes to noice and overseer
This commit is contained in:
16
lua/plugins/noice.lua
Normal file
16
lua/plugins/noice.lua
Normal file
@@ -0,0 +1,16 @@
|
||||
return {
|
||||
"folke/noice.nvim",
|
||||
event = "VeryLazy",
|
||||
-- thallada: REMOVE THIS once this issue is fixed: https://github.com/yioneko/vtsls/issues/159
|
||||
opts = {
|
||||
routes = {
|
||||
{
|
||||
filter = {
|
||||
event = "notify",
|
||||
find = "Request textDocument/inlayHint failed",
|
||||
},
|
||||
opts = { skip = true },
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user