nvim-config/lua/highlights.lua
2024-01-09 13:37:37 -08:00

4 lines
205 B
Lua

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