starter/lua/plugins/lazyvim.lua
Sean Herman 3b893377b3
Initial customizations (#1)
Co-authored-by: Sean Herman <sherman1@rbi.com>
2024-12-13 00:40:22 -05:00

6 lines
90 B
Lua

return {
"LazyVim/LazyVim",
opts = {
colorscheme = "catppuccin-macchiato",
},
}