nix-config/modules/home-manager/coding/neovim/config/plugins/auto-save.nix

3 lines
39 B
Nix

{
plugins.auto-save.enable = true;
}