Replaced feline with lualine. o7 feline, you will be missed

This commit is contained in:
2025-02-15 09:17:19 +11:00
parent 835f78fcfd
commit 31c306248e
6 changed files with 72 additions and 60 deletions

View File

@@ -0,0 +1,12 @@
return {
"j-hui/fidget.nvim",
config = function()
require("fidget").setup({
notification = {
window = {
winblend = 0,
},
},
})
end,
}