[Noice] Make more useful

This commit is contained in:
2025-10-28 07:48:44 +01:00
parent 3f080de750
commit 6f8d32df89
2 changed files with 11 additions and 14 deletions

View File

@@ -1,13 +0,0 @@
return {
-- notifications && lsp progress msgs
"j-hui/fidget.nvim",
config = function()
require("fidget").setup({
notification = {
window = {
winblend = 0,
},
},
})
end,
}

View File

@@ -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,
}