Skip to content

Commit

Permalink
fix(input): add padding to left border (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgrieser authored Dec 21, 2024
1 parent fc78a3c commit a69f97b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/dressing/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ local default_config = {
cursorlineopt = "both",
-- disable highlighting for the brackets around the numbers
winhighlight = "MatchParen:",
-- adds padding at the left border
statuscolumn = " ",
},

-- These can be integers or a float between 0 and 1 (e.g. 0.4 for 40%)
Expand Down

0 comments on commit a69f97b

Please sign in to comment.