mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-23 01:08:53 +02:00
add: config transparant NvimTree, NeoTree, Which-Key, Lazy
This commit is contained in:
parent
3ed99376c3
commit
9b8a3f1cf7
3 changed files with 12 additions and 5 deletions
|
@ -222,6 +222,12 @@ return {
|
|||
cmd = { "TransparentToggle", "TransparentEnable", "TransparentDisable" },
|
||||
config = function()
|
||||
require("transparent").clear_prefix("BufferLine")
|
||||
-- clear prefix for which-key
|
||||
require("transparent").clear_prefix("WhichKey")
|
||||
-- clear prefix for lazy.nvim
|
||||
require("transparent").clear_prefix("Lazy")
|
||||
-- clear prefix for NvimTree
|
||||
require("transparent").clear_prefix("NvimTree")
|
||||
require("transparent").clear_prefix("Lualine")
|
||||
require("transparent").setup({
|
||||
extra_groups = {},
|
||||
|
@ -231,7 +237,8 @@ return {
|
|||
"CursorLineNR",
|
||||
"CursorLineSign",
|
||||
"CursorLineFold",
|
||||
--
|
||||
-- disable nvimtree CursorLine
|
||||
"NvimTreeCursorLine",
|
||||
-- "Pmenu",
|
||||
-- "PmenuSel",
|
||||
-- "PmenuSbar",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue