Add back EDITOR=vim, fixing ranger editor
This commit is contained in:
parent
845d0ac7fb
commit
b5e7eae202
1 changed files with 4 additions and 0 deletions
4
vim.nix
4
vim.nix
|
@ -12,4 +12,8 @@
|
|||
set shiftwidth=2
|
||||
'';
|
||||
};
|
||||
|
||||
home.sessionVariables = {
|
||||
EDITOR = "vim";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue