🐛 fix(nvim): floaterm colorscheme with catppuccin not working

This commit is contained in:
Sergio Laín 2024-01-02 12:10:00 +01:00
parent 4fd723b637
commit 5e245c170f
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -90,4 +90,10 @@ return {
}),
},
},
{
"LazyVim/LazyVim",
opts = {
colorscheme = "catppuccin",
},
},
}