neovim fixes

This commit is contained in:
afoucaultc 2026-07-05 10:39:57 +02:00
parent 7d8592e874
commit 124f7f478b
4 changed files with 11 additions and 7 deletions

View file

@ -2,7 +2,9 @@
{
programs.git = {
enable = true;
userName = "afoucaultc";
userEmail = "antoine.fo.ca@proton.me";
settings.user.name = "afoucaultc";
settings.user.email = "antoine.fo.ca@proton.me";
#userName = "afoucaultc";
#userEmail = "antoine.fo.ca@proton.me";
};
}