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

@ -15,8 +15,14 @@
collapse = "";
codeAction = "💡";
actionfix = "";
lines = ["" "" "" "" ""];
kind = {};
lines = [
""
""
""
""
""
];
kind = { };
impSign = "󰳛 ";
};
hover = {
@ -42,7 +48,10 @@
execAction = "o";
quit = "q";
toggleOrJump = "<CR>";
quitInShow = ["q" "<ESC>"];
quitInShow = [
"q"
"<ESC>"
];
};
};
codeAction = {
@ -76,7 +85,7 @@
default = "ref+imp";
layout = "float";
silent = false;
filter = {};
filter = { };
keys = {
shuttle = "[w";
toggleOrOpen = "o";