nvim/lua/plugins/core.lua
2023-03-14 20:52:03 -04:00

9 lines
97 B
Lua

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