chore: make harper shutup in the lsp logs, when no settings are configured for it

This commit is contained in:
Snoweuph 2026-04-19 02:18:14 +02:00
commit bc1d670782
No known key found for this signature in database
GPG key ID: BEFC41DA223CEC55

View file

@ -48,6 +48,8 @@ in {
enable = true;
cmd = [(getExe pkgs.harper) "--stdio"];
root_markers = [".git" ".harper-dictionary.txt"];
# Make Harper shut up in the logs, that its key is required, when nothing is configured.
settings.harper-ls = {};
inherit filetypes;
};
};