Revert "Support relative line number on wrapped lines (#39268)" (#41450)

Closes #41422

This completely broke line numbering as described in the linked issue
and scrolling up does not have the correct numbers any more.

Release Notes:

- NOTE: The `relative_line_numbers` change
(https://github.com/zed-industries/zed/pull/39268) was reverted and did
not make the release cut!
This commit is contained in:
Finn Evers
2025-10-29 11:07:23 +00:00
committed by GitHub
parent f2c03d0d0a
commit 1a223e23fb
17 changed files with 124 additions and 357 deletions
+1 -1
View File
@@ -204,7 +204,7 @@ TBD: Centered layout related settings
"folds": true, // Show/hide show fold buttons in the gutter.
"min_line_number_digits": 4 // Reserve space for N digit line numbers
},
"relative_line_numbers": "enabled", // Show relative line numbers in gutter
"relative_line_numbers": false, // Show relative line numbers in gutter
// Indent guides
"indent_guides": {