From f16486e49561740f33b6773df43c9bc2c3c34c7b Mon Sep 17 00:00:00 2001 From: Shawon Date: Tue, 10 Sep 2024 14:04:14 +0600 Subject: [PATCH] chore: Added new config option to the default config --- lua/markview.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/markview.lua b/lua/markview.lua index 4d40195..84703fe 100644 --- a/lua/markview.lua +++ b/lua/markview.lua @@ -1686,6 +1686,8 @@ markview.configuration = { tables = { enable = true, + col_min_width = 10, + text = { "╭", "─", "╮", "┬", "├", "│", "┤", "┼",