Files
dotfiles/nvim/lua/plugins/transparent.lua
2023-03-24 19:19:45 +01: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",
},
},
}