📦 Initial Commit
This commit is contained in:
parent
5125fd927a
commit
e77acb091e
23 changed files with 516 additions and 24 deletions
9
lua/custom/plugins/transparent.lua
Normal file
9
lua/custom/plugins/transparent.lua
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
return {
|
||||
'xiyaowong/transparent.nvim',
|
||||
opts = {
|
||||
extra_groups = {
|
||||
"NormalFloat", -- plugins which have float panel such as Lazy, Mason, LspInfo
|
||||
"NvimTreeNormal", -- NvimTree
|
||||
},
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue