nvim-config/lua/highlights.lua

4 lines
205 B
Lua
Raw Normal View History

2024-03-20 00:47:26 +00:00
-- 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 ]])