nvim/lua/custom/plugins/transparent.lua
Lucas Barbieri 6afe9d61c3 add the rest of my config
pretty much all of it, i just need to probably add some sort of barbar.nvim thingy or bufferline, idk.
2023-08-01 20:43:02 -03:00

6 lines
72 B
Lua

return {
"xiyaowong/transparent.nvim",
lazy = false,
opts = {},
}