Merge pull request #1534 from snoweuph/main

chore: make harper shutup in the lsp logs, when no settings are configured for it
This commit is contained in:
Snoweuph 2026-04-19 11:50:25 +02:00 committed by GitHub
commit fc411253d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -48,6 +48,8 @@ in {
enable = true; enable = true;
cmd = [(getExe pkgs.harper) "--stdio"]; cmd = [(getExe pkgs.harper) "--stdio"];
root_markers = [".git" ".harper-dictionary.txt"]; 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; inherit filetypes;
}; };
}; };