nvim-lint: add lint after save autocmd

This commit is contained in:
Ching Pei Yang 2025-03-27 16:31:52 +01:00
commit 6e8b6bf635
No known key found for this signature in database
GPG key ID: B3841364253DC4C8
2 changed files with 29 additions and 9 deletions

View file

@ -21,5 +21,7 @@ in {
accept.
'';
};
lint_after_save = mkEnableOption "autocmd to lint after each save" // {default = true;};
};
}