Files
dotfiles/home/neovim/nvim/lua/plugins/transparent.lua
2024-07-31 13:11:51 +02:00

14 lines
299 B
Lua

-- Remove all background colors to make Neovim transparent
-- https://github.com/xiyaowong/nvim-transparent
return {
"xiyaowong/nvim-transparent",
opts = {
extra_groups = {
"TelescopeBorder",
"TelescopeNormal",
-- "NeoTreeNormal",
-- "NeoTreeNormalNC",
},
},
}