less of a rewrite, more of a restructure

This commit is contained in:
2026-04-07 14:06:49 +01:00
parent 7eae05c8e2
commit cfc5baa8ad
26 changed files with 406 additions and 456 deletions

View File

@@ -0,0 +1,13 @@
return {
"catppuccin/nvim",
name = "catppuccin",
opts = {
transparent_background = true, -- disables setting the background color.
float = {
transparent = true, -- enable transparent floating windows
solid = false, -- use solid styling for floating windows, see |winborder|
},
show_end_of_buffer = true, -- shows the '~' characters after the end of buffers
}
}