Set nvim as default editor

This commit is contained in:
Johannes Rothe 2025-01-21 21:04:59 +01:00
parent 6d676499b5
commit 03be2343da

View File

@ -95,7 +95,7 @@
};
extraConfig = {
core = {
editor = "vim";
editor = "nvim";
};
};
};