nixos-config/home-manager/stvnliu/nixvim/autosave.nix
Zhongheng Liu 33edc82a6b
chore: resolve warning messages
Updated program option definitions to resolve build warnings
2024-10-02 17:27:52 +03:00

6 lines
81 B
Nix

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