nvim/lua/plugins/core.lua
2023-03-08 14:51:50 -05:00

9 lines
97 B
Lua

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