nvim-config/lua/highlights.lua
2024-03-19 17:47:26 -07: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 ]])