mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-10 01:04:34 +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 = {
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
plugins.notify = {
|
||||
enable = true;
|
||||
|
||||
level.__raw = "vim.log.levels.INFO";
|
||||
level = "info";
|
||||
timeout = 5000;
|
||||
maxWidth = null;
|
||||
maxHeight = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue