nvim-config/lua/highlights.lua

3 lines
139 B
Lua
Raw Normal View History

-- Mostly to hide the nvim-tree Vert Split group. Looks nice in general too
2023-01-10 18:21:09 +00:00
vim.cmd([[ highlight VertSplit guifg=#252526 guibg=#252526 ]])