dotfiles/dot_config/nvim/lua/plugins/lazyvim.lua

9 lines
107 B
Lua
Raw Normal View History

2024-04-14 18:41:15 -07:00
return {
{
"LazyVim/LazyVim",
opts = {
colorscheme = "catppuccin-macchiato",
},
},
}