sunhat/themes/neovim/catppuccin.lua

9 lines
86 B
Lua
Raw Normal View History

2024-05-30 18:46:05 -05:00
return {
{
"LazyVim/LazyVim",
opts = {
colorscheme = "catppuccin",
},
},
}