Fix dotfiles structure

This commit is contained in:
2026-03-15 10:32:59 +05:30
parent ca014e9949
commit a2c3404cb2
2557 changed files with 148415 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
return {
{
"rcarriga/nvim-notify",
config = function()
require("notify").setup({
-- other stuff
background_colour = "#000000",
max_width = "60",
render = "minimal",
timeout = 2000,
top_down = false,
fps = 1,
})
end,
},
}