4 lines
205 B
Lua
4 lines
205 B
Lua
-- Mostly to hide the nvim-tree Vert Split group. Looks nice in general too
|
|
vim.cmd([[ highlight VertSplit guifg=#101010 guibg=#101010 ]])
|
|
vim.cmd([[ highlight WinSeparator guifg=#101010 guibg=#101010 ]])
|