mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-22 11:45:28 +02:00
treewide: Reformat with nixfmt
This commit is contained in:
parent
c6281260dc
commit
62f32bfc71
459 changed files with 28139 additions and 26377 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue