init
This commit is contained in:
16
nvim/lua/plugins/extras/ui/noice-extended.lua
Normal file
16
nvim/lua/plugins/extras/ui/noice-extended.lua
Normal file
@@ -0,0 +1,16 @@
|
||||
return {
|
||||
"folke/noice.nvim",
|
||||
opts = function(_, opts)
|
||||
table.insert(opts.routes, {
|
||||
filter = {
|
||||
event = "notify",
|
||||
find = "No information available",
|
||||
},
|
||||
opts = {
|
||||
skip = true,
|
||||
},
|
||||
})
|
||||
opts.presets.lsp_doc_border = true
|
||||
opts.presets.bottom_search = false
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user