nvim-config/lua/highlights.lua

6 lines
215 B
Lua
Raw Normal View History

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