Added Transparent.nvim plugin, disable Shade.nvim plugin (conflict)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
return {
|
||||
"xiyaowong/transparent.nvim",
|
||||
config = function ()
|
||||
require("transparent").setup({
|
||||
extra_groups = {
|
||||
"NormalFloat", -- plugins which have float panel such as Lazy, Mason, LspInfo
|
||||
"NvimTreeNormal" -- NvimTree
|
||||
},
|
||||
})
|
||||
end
|
||||
}
|
||||
Reference in New Issue
Block a user