nvimtree bg color!

This commit is contained in:
siduck76 2021-03-19 17:55:30 +05:30
parent d8719a0078
commit 96d61f0dd2
1 changed files with 12 additions and 0 deletions

View File

@ -60,3 +60,15 @@ require("lspkind").init(
File = ""
}
)
cmd("hi CustomExplorerBg guibg=#242830")
vim.api.nvim_exec(
[[
augroup NvimTree
au!
au FileType NvimTree setlocal winhighlight=Normal:CustomExplorerBg
augroup END
]],
false
)