mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-04-27 11:55:22 +00:00
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:
commit
fc411253d7
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue