Skip to content

Commit

Permalink
Fix relative numbers in status view
Browse files Browse the repository at this point in the history
  • Loading branch information
fpohtmeh committed Oct 20, 2024
1 parent d598bde commit 217efb7
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 217efb7

Please sign in to comment.