♻️ refactor(nvim): theme-loader is now an extra

This commit is contained in:
Sergio Laín 2024-02-26 11:16:44 +01:00
parent a59215c23a
commit 9cdfa0bacb
No known key found for this signature in database
GPG key ID: 14C9B8080681777B
2 changed files with 6 additions and 0 deletions

View file

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