pantheon/modules/home/cli/editor/nvf/diagnostics.nix

6 lines
72 B
Nix

{
nvim-lint = {
enable = true;
lint_after_save = true;
};
}