Files
dotfiles/config/nvim/lua/plugins/transparent.lua
2025-01-31 15:14:35 +01:00

12 lines
232 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",
},
},
}