treewide: Reformat with nixfmt

This commit is contained in:
traxys 2024-05-05 19:39:35 +02:00
parent c6281260dc
commit 62f32bfc71
459 changed files with 28139 additions and 26377 deletions

View file

@ -9,7 +9,7 @@
cmdline = {
enabled = true;
view = "cmdline_popup";
opts = {};
opts = { };
format = {
cmdline = {
pattern = "^:";
@ -42,7 +42,7 @@
pattern = "^:%s*he?l?p?%s+";
icon = "";
};
input = {};
input = { };
};
};
messages = {
@ -56,11 +56,13 @@
popupmenu = {
enabled = true;
backend = "nui";
kindIcons = {};
kindIcons = { };
};
redirect = {
view = "popup";
filter = {event = "msg_show";};
filter = {
event = "msg_show";
};
};
commands = {
history = {
@ -71,12 +73,12 @@
};
filter = {
any = [
{event = "notify";}
{error = true;}
{warning = true;}
{ event = "notify"; }
{ error = true; }
{ warning = true; }
{
event = "msg_show";
kind = [""];
kind = [ "" ];
}
{
event = "lsp";
@ -93,12 +95,12 @@
};
filter = {
any = [
{event = "notify";}
{error = true;}
{warning = true;}
{ event = "notify"; }
{ error = true; }
{ warning = true; }
{
event = "msg_show";
kind = [""];
kind = [ "" ];
}
{
event = "lsp";
@ -106,7 +108,9 @@
}
];
};
filter_opts = {count = 1;};
filter_opts = {
count = 1;
};
};
errors = {
view = "popup";
@ -114,8 +118,12 @@
enter = true;
format = "details";
};
filter = {error = true;};
filter_opts = {reverse = true;};
filter = {
error = true;
};
filter_opts = {
reverse = true;
};
};
};
notify = {
@ -138,7 +146,7 @@
hover = {
enabled = true;
view = null;
opts = {};
opts = { };
};
signature = {
enabled = true;
@ -149,12 +157,12 @@
throttle = 50;
};
view = null;
opts = {};
opts = { };
};
message = {
enabled = true;
view = "notify";
opts = {};
opts = { };
};
documentation = {
view = "hover";
@ -162,7 +170,7 @@
lang = "markdown";
replace = true;
render = "plain";
format = ["{message}"];
format = [ "{message}" ];
win_options = {
concealcursor = "n";
conceallevel = 3;
@ -189,7 +197,11 @@
};
smartMove = {
enabled = true;
excludedFiletypes = ["cmp_menu" "cmp_docs" "notify"];
excludedFiletypes = [
"cmp_menu"
"cmp_docs"
"notify"
];
};
presets = {
bottom_search = false;
@ -199,10 +211,10 @@
lsp_doc_border = false;
};
throttle = 1000 / 30;
views = {};
routes = [];
status = {};
format = {};
views = { };
routes = [ ];
status = { };
format = { };
};
};
}