From a6e61f46eb88e7eb89b195e30829eae73765f335 Mon Sep 17 00:00:00 2001 From: Zynh0722 Date: Mon, 2 Oct 2023 18:51:15 -0700 Subject: [PATCH] box drawing character fix --- lua/plugins/server-fix.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/server-fix.lua b/lua/plugins/server-fix.lua index c7b2852..4f75a00 100644 --- a/lua/plugins/server-fix.lua +++ b/lua/plugins/server-fix.lua @@ -4,7 +4,7 @@ return { enabled = true, config = function() require("ibl").setup({ - indent = { char = "|" }, + indent = { char = "│" }, }) end, },