mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-12 18:24:35 +02:00
plugins: use LogLevel where possible
This commit is contained in:
parent
a70947a563
commit
dbcd314708
7 changed files with 45 additions and 61 deletions
|
@ -21,7 +21,7 @@
|
|||
formatAfterSave = {
|
||||
lspFallback = true;
|
||||
};
|
||||
logLevel = "ERROR";
|
||||
logLevel = "error";
|
||||
notifyOnError = true;
|
||||
formatters = {
|
||||
myFormatter = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue