Is there a way to define the size of the line number gutter? I’m looking for something similar to the numberwidth setting in Vim.
When I switch between files that differ in size in orders of magnitude (10s of lines, 100s, 1000s), the size of the line number gutter changes with each one. This causes the view of the text content to shift slightly left & right.
I’d like to be able to set a sufficiently large line number width (ex. 6 digits) as to prevent this.
Another option could be to automatically adjust the width for the views of all the open files based on the size needed for the biggest one of them.