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

@ -30,28 +30,42 @@
close = "q";
cancel = "<esc>";
refresh = "r";
jump = ["<cr>" "<tab>"];
open_split = ["<c-x>"];
open_vsplit = ["<c-v>"];
open_tab = ["<c-t>"];
jump_close = ["o"];
jump = [
"<cr>"
"<tab>"
];
open_split = [ "<c-x>" ];
open_vsplit = [ "<c-v>" ];
open_tab = [ "<c-t>" ];
jump_close = [ "o" ];
toggle_mode = "m";
toggle_preview = "P";
hover = "K";
preview = "p";
close_folds = ["zM" "zm"];
open_folds = ["zR" "zr"];
toggle_fold = ["zA" "za"];
close_folds = [
"zM"
"zm"
];
open_folds = [
"zR"
"zr"
];
toggle_fold = [
"zA"
"za"
];
previous = "k";
next = "j";
};
indent_lines = true;
win_config = {border = "single";};
win_config = {
border = "single";
};
auto_open = false;
auto_close = false;
auto_preview = true;
auto_fold = false;
auto_jump = ["lsp_definitions"];
auto_jump = [ "lsp_definitions" ];
signs = {
error = "";
warning = "";