nvimtree bg color!
This commit is contained in:
parent
d8719a0078
commit
96d61f0dd2
1 changed files with 12 additions and 0 deletions
12
init.lua
12
init.lua
|
@ -60,3 +60,15 @@ require("lspkind").init(
|
||||||
File = " "
|
File = " "
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
cmd("hi CustomExplorerBg guibg=#242830")
|
||||||
|
|
||||||
|
vim.api.nvim_exec(
|
||||||
|
[[
|
||||||
|
augroup NvimTree
|
||||||
|
au!
|
||||||
|
au FileType NvimTree setlocal winhighlight=Normal:CustomExplorerBg
|
||||||
|
augroup END
|
||||||
|
]],
|
||||||
|
false
|
||||||
|
)
|
||||||
|
|
Loading…
Reference in a new issue