absolute line numbers
This commit is contained in:
parent
590d35f66e
commit
9efb215aa8
2 changed files with 0 additions and 2 deletions
|
@ -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";
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue