fix depreciation
This commit is contained in:
parent
6e0730fb9c
commit
1187a75226
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
plugins.noice = {
|
||||
enable = true;
|
||||
settings = {
|
||||
cmdline = {
|
||||
view = "cmdline";
|
||||
format = {
|
||||
|
|
@ -27,7 +28,7 @@
|
|||
lang = "bash";
|
||||
};
|
||||
lua = {
|
||||
pattern = ["^:%s*lua%s+" "^:%s*lua%s*=%s*" "^:%s*=%s*"];
|
||||
pattern = [ "^:%s*lua%s+" "^:%s*lua%s*=%s*" "^:%s*=%s*" ];
|
||||
icon = "";
|
||||
lang = "lua";
|
||||
};
|
||||
|
|
@ -35,7 +36,7 @@
|
|||
pattern = "^:%s*he?l?p?%s+";
|
||||
icon = "";
|
||||
};
|
||||
input = {};
|
||||
input = { };
|
||||
};
|
||||
};
|
||||
lsp = {
|
||||
|
|
@ -67,11 +68,12 @@
|
|||
style = "none";
|
||||
padding = [ 0 0 ];
|
||||
};
|
||||
filter_options = {};
|
||||
filter_options = { };
|
||||
win_options = {
|
||||
winhighlight = "NormalFloat:NormalFloat,FloatBorder:FloatBorder";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue