From 0ba58d32e36a9b1aa5531e349399cc8ac0bb712d Mon Sep 17 00:00:00 2001 From: peterbessman Date: Wed, 3 Feb 2021 13:41:25 -0500 Subject: [PATCH] Removing show_tabs Pulling this out and moving it into a plugin --- data/core/config.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/data/core/config.lua b/data/core/config.lua index efa5970..a9f106f 100644 --- a/data/core/config.lua +++ b/data/core/config.lua @@ -16,6 +16,5 @@ config.line_height = 1.2 config.indent_size = 2 config.tab_type = "soft" config.line_limit = 80 -config.show_tabs = true return config