mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-04-27 11:55:22 +00:00
chore: make harper shutup in the lsp logs, when no settings are configured for it
This commit is contained in:
parent
2809f4d430
commit
bc1d670782
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue