Add relative_line_mode

Co-Authored-By: joseph@zed.dev
This commit is contained in:
Conrad Irwin 2023-08-24 12:53:40 -06:00
parent f798be6e27
commit 790aa5d476
3 changed files with 77 additions and 7 deletions

View file

@ -98,6 +98,7 @@
// Whether to show selections in the scrollbar.
"selections": true
},
"relative_line_numbers": false,
// Inlay hint related settings
"inlay_hints": {
// Global switch to toggle hints on and off, switched off by default.