Skip to content

Commit

Permalink
Merge pull request #1512 from fpohtmeh/fix-relative-numbers-in-status…
Browse files Browse the repository at this point in the history
…-view
  • Loading branch information
CKolkey authored Oct 21, 2024
2 parents 24726da + 217efb7 commit f33bb52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/neogit/buffers/status/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ function M:open(kind)
context_highlight = not config.values.disable_context_highlighting,
kind = kind or config.values.kind or "tab",
disable_line_numbers = config.values.disable_line_numbers,
disable_relative_line_numbers = config.values.disable_relative_line_numbers,
foldmarkers = not config.values.disable_signs,
on_detach = function()
Watcher.instance(self.root):unregister(self)
Expand Down

0 comments on commit f33bb52

Please sign in to comment.