chore: explicitly set WinSeparator

Closes #191
This commit is contained in:
mvllow 2024-01-02 20:31:39 -06:00
commit ae50dc2130
No known key found for this signature in database

View file

@ -88,7 +88,7 @@ local function set_highlights()
WarningMsg = { fg = groups.warn, bold = styles.bold },
-- Whitespace = {},
WildMenu = { link = "IncSearch" },
WinSeparator = { link = "VertSplit" },
WinSeparator = make_border(),
DiagnosticError = { fg = groups.error },
DiagnosticHint = { fg = groups.hint },