mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
feat: add a few new plugins
This commit is contained in:
16
nvim/after/plugin/transparent.lua
Normal file
16
nvim/after/plugin/transparent.lua
Normal 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
|
||||
})
|
||||
Reference in New Issue
Block a user