Files
dotfiles/nvim/lua/plugins/transparent.lua
2023-08-05 08:31:51 +02:00

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