absolute line numbers

This commit is contained in:
twoneis 2024-10-08 23:20:21 +02:00
parent 590d35f66e
commit 9efb215aa8
2 changed files with 0 additions and 2 deletions

View file

@ -92,7 +92,6 @@ in {
]; ];
interactiveShellInit = concatMapStrings (x: "set --universal " + x + "\n") [ interactiveShellInit = concatMapStrings (x: "set --universal " + x + "\n") [
"pure_enable_nixdevshell true" "pure_enable_nixdevshell true"
"pure_symbol_nixdevshell "
]; ];
shellAbbrs = { shellAbbrs = {
ga = "git add"; ga = "git add";

View file

@ -4,7 +4,6 @@ in {
theme = "rose_pine"; theme = "rose_pine";
editor = { editor = {
line-number = "relative";
cursorline = true; cursorline = true;
soft-wrap.enable = true; soft-wrap.enable = true;
color-modes = true; color-modes = true;