1
0
Fork 0

Set nvim color scheme

This commit is contained in:
Dominik 2025-05-11 10:55:46 +02:00
parent 349e42141b
commit 448c5a7be1
Signed by: dominik
GPG key ID: 06A4003FC5049644

View file

@ -0,0 +1,8 @@
return {
{
"LazyVim/LazyVim",
opts = {
colorscheme = "catppuccin",
},
},
}