1
0
Fork 0

fix(nvf): setup nvim as default Editor

This commit is contained in:
Philipp 2025-07-03 11:28:56 +02:00
parent 622b131fce
commit 9a9deb7c58
Signed by: Philipp
GPG key ID: 9EBD8439AFBAB750

View file

@ -16,6 +16,7 @@ in
config = mkIf cfg.enable {
environment.variables.EDITOR = "nvim";
programs.nvf = {
defaultEditor = true;
enable = true;
settings = {
vim = {