1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 19:17:45 +00:00

helix: no relative line numbers

This commit is contained in:
RGBCube 2025-07-07 18:58:32 +03:00
parent 6178801ec3
commit ce980de48d
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -160,7 +160,6 @@ in {
cursorline = true; cursorline = true;
file-picker.hidden = false; file-picker.hidden = false;
idle-timeout = 0; idle-timeout = 0;
line-number = "relative";
shell = [ "nu" "--commands" ]; shell = [ "nu" "--commands" ];
text-width = 100; text-width = 100;
}; };