added a load of nonsense and fixed the flake

This commit is contained in:
2026-04-10 20:55:51 +01:00
parent 6f7793bde4
commit b76db809f2
8 changed files with 152 additions and 35 deletions

View File

@@ -1,4 +1,7 @@
vim.pack.add({ { src = "https://github.com/catppuccin/nvim", name = "catppuccin" } })
vim.pack.add({
{ src = "https://github.com/catppuccin/nvim", name = "catppuccin" },
{ src = "https://github.com/tadaa/vimade", name = "vimade" },
})
require("catppuccin").setup({
transparent_background = true, -- disables setting the background color.
@@ -8,3 +11,8 @@ require("catppuccin").setup({
},
show_end_of_buffer = true, -- shows the '~' characters after the end of buffers
})
require("vimade").setup({
recipe = { "minimalist", { animate = true } },
fadelevel = 0.6,
})