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

@ -19,8 +19,14 @@
relative = "cursor";
prefer_width = 40;
width = null;
max_width = [140 0.9];
min_width = [20 0.2];
max_width = [
140
0.9
];
min_width = [
20
0.2
];
win_options = {
wrap = false;
list = true;
@ -44,14 +50,20 @@
};
select = {
enabled = true;
backend = ["telescope" "fzf_lua" "fzf" "builtin" "nui"];
backend = [
"telescope"
"fzf_lua"
"fzf"
"builtin"
"nui"
];
trim_prompt = true;
telescope = null;
fzf.window = {
width = 0.5;
height = 0.4;
};
fzf_lua = {};
fzf_lua = { };
nui = {
position = "50%";
size = null;
@ -76,18 +88,27 @@
border = "rounded";
relative = "editor";
buf_options = {};
buf_options = { };
win_options = {
cursorline = true;
cursorlineopt = "both";
};
width = null;
max_width = [140 0.8];
min_width = [40 0.2];
max_width = [
140
0.8
];
min_width = [
40
0.2
];
height = null;
max_height = 0.9;
min_height = [10 0.2];
min_height = [
10
0.2
];
mappings = {
"<Esc>" = "Close";
@ -97,7 +118,7 @@
override = "function(conf) return conf end";
};
format_item_override = {};
format_item_override = { };
get_config = null;
};
};