Change theme and add plugins for transparent background

This commit is contained in:
Roee Kleiner 2023-05-21 12:04:20 +03:00
parent 41461afac4
commit d4ce512d9a
2 changed files with 23 additions and 5 deletions

View file

@ -0,0 +1,6 @@
return {
"xiyaowong/transparent.nvim",
config = function()
require('transparent').setup {}
end,
}