From 966f42c1ac223126d09b0873192839ddd65c1c09 Mon Sep 17 00:00:00 2001 From: Brahmajit Das Date: Thu, 29 Jan 2026 21:57:53 +0530 Subject: plugin: appearance: Minor clean up in fillchars Signed-off-by: Brahmajit Das --- plugin/appearance.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugin/appearance.lua b/plugin/appearance.lua index 3e3a638..02ceb26 100644 --- a/plugin/appearance.lua +++ b/plugin/appearance.lua @@ -33,11 +33,10 @@ opt.listchars = 'tab:░ ,extends:›,precedes:‹,nbsp:·,trail:·' opt.background = 'dark' opt.cmdheight = 2 opt.fillchars = { - diff = "╱", + diff = "╱", -- alternatives = ⣿ ░ ─ ╱ vert = "│", fold = "⠀", eob = " ", -- suppress ~ at EndOfBuffer - --diff = "⣿", -- alternatives = ⣿ ░ ─ ╱ msgsep = "‾", foldopen = "▾", foldsep = "│", -- cgit v1.2.3