mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-26 10:48: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
|
@ -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