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

@ -7,7 +7,7 @@
plugins.notify = {
enable = true;
level.__raw = "vim.log.levels.INFO";
level = "info";
timeout = 5000;
maxWidth = null;
maxHeight = null;