fixing configs

This commit is contained in:
2026-01-12 19:09:28 -05:00
parent 89cba7056e
commit 3b03e58e75
4 changed files with 108 additions and 106 deletions

View File

@@ -1 +1,17 @@
return { "j-hui/fidget.nvim", opts = {} }
return {
"j-hui/fidget.nvim",
opts = {
notification = {
window = {
winblend = 0,
border = "rounded",
align = "bottom",
},
view = {
stack_upwards = true,
},
filter = vim.log.levels.INFO,
override_vim_notify = false,
},
},
}