[Noice] Make more useful
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
return {
|
||||
-- notifications && lsp progress msgs
|
||||
"j-hui/fidget.nvim",
|
||||
config = function()
|
||||
require("fidget").setup({
|
||||
notification = {
|
||||
window = {
|
||||
winblend = 0,
|
||||
},
|
||||
},
|
||||
})
|
||||
end,
|
||||
}
|
||||
@@ -11,7 +11,7 @@ return {
|
||||
},
|
||||
config = function()
|
||||
require("notify").setup({
|
||||
max_width = 80,
|
||||
max_width = 60,
|
||||
minimum_width = 30,
|
||||
render = "wrapped-default", -- default, minimal, simple, compact, wrapped-compact or wrapped-default
|
||||
stages = "slide", -- fade_in_slide_out, fade, slide, static
|
||||
@@ -33,6 +33,16 @@ return {
|
||||
inc_rename = false, -- enables an input dialog for inc-rename.nvim
|
||||
lsp_doc_border = false, -- add a border to hover docs and signature help
|
||||
},
|
||||
routes = {
|
||||
{
|
||||
filter = {
|
||||
event = "msg_show",
|
||||
kind = "",
|
||||
find = "written",
|
||||
},
|
||||
opts = { skip = true },
|
||||
},
|
||||
},
|
||||
})
|
||||
end,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user