Set EDITOR variable

This commit is contained in:
Jordan Holt 2024-04-21 23:28:12 +01:00
parent fa060ace43
commit 24a2413acf
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520

View File

@ -132,5 +132,7 @@ in {
# plugins.project-nvim.enable = true; # plugins.project-nvim.enable = true;
# plugins.surround.enable = true; # plugins.surround.enable = true;
}; };
env.EDITOR = "nvim";
}; };
} }