lazyvim/lua/plugins/core.lua
2023-03-02 21:26:03 +01:00

7 lines
78 B
Lua

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