feat(nvim): disable noice lsp progress
This commit is contained in:
parent
bd9319bf55
commit
5e06ef8bcf
1 changed files with 10 additions and 12 deletions
|
@ -1,16 +1,14 @@
|
|||
return {
|
||||
"folke/noice.nvim",
|
||||
opts = function(_, opts)
|
||||
table.insert(opts.routes, {
|
||||
filter = {
|
||||
event = "notify",
|
||||
find = "No information available",
|
||||
},
|
||||
opts = {
|
||||
skip = true,
|
||||
lsp = {
|
||||
progress = {
|
||||
enabled = false,
|
||||
},
|
||||
},
|
||||
presets = {
|
||||
lsp_doc_border = true,
|
||||
bottom_search = false,
|
||||
},
|
||||
},
|
||||
})
|
||||
opts.presets.lsp_doc_border = true
|
||||
opts.presets.bottom_search = false
|
||||
end,
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue