nvim-config/lua/highlights.lua
2022-05-01 14:38:22 -05:00

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