1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-21 16:31:12 +01:00

plugins: use LogLevel where possible

This commit is contained in:
Gaetan Lepage 2023-11-30 15:50:24 +01:00 committed by Gaétan Lepage
parent a70947a563
commit dbcd314708
7 changed files with 45 additions and 61 deletions

View file

@ -21,7 +21,7 @@
formatAfterSave = {
lspFallback = true;
};
logLevel = "ERROR";
logLevel = "error";
notifyOnError = true;
formatters = {
myFormatter = {