This website works better with JavaScript.
Explore
Help
Sign In
ElnuDev
/
nix-config
Watch
1
Star
1
Fork
You've already forked nix-config
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Add back EDITOR=vim, fixing ranger editor
Browse Source
inky
Elnu
2 years ago
parent
845d0ac7fb
commit
b5e7eae202
1 changed files
with
4 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
4
vim.nix
Unescape
Escape
View File
@ -12,4 +12,8 @@
set
shiftwidth
=
2
set
shiftwidth
=
2
''
;
''
;
}
;
}
;
home
.
sessionVariables
=
{
EDITOR
=
"
v
i
m
"
;
}
;
}
}
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
ElnuDev/nix-config
Title
Body
Create Issue