nvim-config/lua/highlights.lua
2023-01-10 10:21:09 -08:00

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 ]])