nvim-config/lua/highlights.lua

4 lines
139 B
Lua
Raw Permalink Normal View History

-- Mostly to hide the nvim-tree Vert Split group. Looks nice in general too
vim.cmd [[ highlight VertSplit guifg=#252526 guibg=#252526 ]]