Update .config/nvim/lua/plugins/lazyvim.lua

This commit is contained in:
punkfairie 2024-04-20 12:55:24 -07:00
parent 5bbb823f30
commit 5f75dcdcce
No known key found for this signature in database
GPG key ID: 284B78B49C058673

View file

@ -2,7 +2,7 @@ return {
{
"LazyVim/LazyVim",
opts = {
colorscheme = "catppuccin-macchiato",
colorscheme = {{ .drapeau.colorscheme | quote }},
},
},
}