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