6 lines
215 B
Lua
6 lines
215 B
Lua
-- Mostly to hide the nvim-tree Vert Split group. Looks nice in general too
|
|
vim.cmd([[ highlight WinSeparator guifg=#101010 guibg=#101010 ]])
|
|
|
|
-- For indent-blankline
|
|
vim.cmd([[ highlight IblIndent guifg=#383839]])
|