From cfb8297be0c8c4b24877956190634ef9a8fcaee8 Mon Sep 17 00:00:00 2001 From: ecosse3 Date: Thu, 21 Apr 2022 23:52:00 +0200 Subject: [PATCH] feat(settings): use two signcolumns --- lua/settings.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/settings.lua b/lua/settings.lua index 882b3c38..daf4fd95 100644 --- a/lua/settings.lua +++ b/lua/settings.lua @@ -17,7 +17,7 @@ local options = { scrolloff = 8, --- Always keep space when scrolling to bottom/top edge shiftwidth = 2, --- Change a number of space characeters inseted for indentation showtabline = 2, --- Always show tabs - signcolumn = "yes", --- Add extra sign column next to line number + signcolumn = "yes:2", --- Add extra sign column next to line number smartcase = true, --- Uses case in search smartindent = true, --- Makes indenting smart smarttab = true, --- Makes tabbing smarter will realize you have 2 vs 4