fix(nvim): warning caused by update
All checks were successful
/ check (push) Successful in 20s
/ build (audiomenu) (push) Successful in 1s
/ build (docs) (push) Successful in 1s
/ build (jpassmenu) (push) Successful in 1s
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Successful in 1s
/ build (nvim) (push) Successful in 1s

This commit is contained in:
Jalil David Salamé Messina 2024-09-30 09:14:33 +02:00
parent 4b14805108
commit a5e235d138
Signed by: jalil
GPG key ID: F016B9E770737A0B

View file

@ -267,5 +267,6 @@ in
enable = true;
settings.auto_close = true;
};
web-devicons.enable = true;
};
}