feat: add a few new plugins

This commit is contained in:
Stefan Imhoff
2022-12-23 15:53:20 +01:00
parent fcbb8c0b76
commit a57ccc44e3
5 changed files with 43 additions and 21 deletions

View File

@@ -0,0 +1,16 @@
-- https://github.com/xiyaowong/nvim-transparent
require("transparent").setup({
enable = true,
extra_groups = {
"NvimTreeNormal",
"BufferLineTabClose",
"BufferlineBufferSelected",
"BufferLineFill",
"BufferLineBackground",
"BufferLineSeparator",
"BufferLineIndicatorSelected",
"IndentBlanklineIndent1",
"IndentBlanklineIndent2",
},
exclude = {}, -- table: groups you don't want to clear
})