Files
dotfiles/config/nvim/lua/plugins/transparent.lua
2024-08-09 12:27:45 +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",
},
},
}