style: separator styling

This commit is contained in:
2025-09-29 11:28:58 +02:00
parent 24064c90f3
commit e4ec1f98ca
2 changed files with 4 additions and 4 deletions

View File

@@ -37,7 +37,7 @@ vim.cmd("set clipboard=unnamedplus")
-- ╰───────╯
vim.opt.fillchars = {
horiz = "",
vert = "",
vert = "", -- │ ▎▍▌▋▊▉█
stl = " ",
eob = " ",
}