mirror of
https://github.com/bgrolleman/dotfiles.git
synced 2025-12-06 13:55:25 +01:00
7 lines
107 B
Lua
7 lines
107 B
Lua
return {
|
|
{ "catppuccin/nvim" },
|
|
{ "LazyVim/LazyVim", opts = {
|
|
colorscheme = "catppuccin",
|
|
} },
|
|
}
|