nvim-config/lua/highlights.lua

4 lines
205 B
Lua
Raw Permalink Normal View History

-- Mostly to hide the nvim-tree Vert Split group. Looks nice in general too
2024-01-05 00:12:17 +00:00
vim.cmd([[ highlight VertSplit guifg=#101010 guibg=#101010 ]])
2024-01-05 00:10:59 +00:00
vim.cmd([[ highlight WinSeparator guifg=#101010 guibg=#101010 ]])