Skip to content

Commit

Permalink
feat(nvim): remove redundant fields in statuscol
Browse files Browse the repository at this point in the history
  • Loading branch information
KirkEasterson committed Nov 4, 2024
1 parent 7b1f5f6 commit aa7d032
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nvim/.config/nvim/lua/kirk/plugins/ui/statuscol.lua
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,13 @@ return {
{ -- git signs
hl = "GitSigns",
sign = {
auto = false,
wrap = true,
maxwidth = 1,
colwidth = 1,
fillchar = "",
fillcharhl = "",
namespace = { "gitsign" },
},
condition = { true },
},
},
})
Expand Down

0 comments on commit aa7d032

Please sign in to comment.