basic theme, mini and completion tools. config still needed

This commit is contained in:
voidarclabs
2025-08-21 20:45:04 +01:00
parent 7f0f2b93f6
commit 7afd0cc72f
8 changed files with 215 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
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
}
}