Skip to content

Commit

Permalink
feat(settings): use two signcolumns
Browse files Browse the repository at this point in the history
  • Loading branch information
ecosse3 committed Apr 21, 2022
1 parent 2fa2a0f commit cfb8297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/settings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cfb8297

Please sign in to comment.