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

@ -47,20 +47,53 @@
v = "V";
V = "V";
};
exclude_filenames = [];
exclude_filetypes = [];
exclude_filenames = [ ];
exclude_filetypes = [ ];
filetype_overrides = {
coc-explorer = ["CoC Explorer" ""];
defx = ["defx" "%{b:defx.paths[0]}"];
fugitive = ["fugitive" "%{airline#util#wrap(airline#extensions#branch#get_head(),80)}"];
gundo = ["Gundo" ""];
help = ["Help" "%f"];
minibufexpl = ["MiniBufExplorer" ""];
startify = ["startify" ""];
vim-plug = ["Plugins" ""];
vimfiler = ["vimfiler" "%{vimfiler#get_status_string()}"];
vimshell = ["vimshell" "%{vimshell#get_status_string()}"];
vaffle = ["Vaffle" "%{b:vaffle.dir}"];
coc-explorer = [
"CoC Explorer"
""
];
defx = [
"defx"
"%{b:defx.paths[0]}"
];
fugitive = [
"fugitive"
"%{airline#util#wrap(airline#extensions#branch#get_head(),80)}"
];
gundo = [
"Gundo"
""
];
help = [
"Help"
"%f"
];
minibufexpl = [
"MiniBufExplorer"
""
];
startify = [
"startify"
""
];
vim-plug = [
"Plugins"
""
];
vimfiler = [
"vimfiler"
"%{vimfiler#get_status_string()}"
];
vimshell = [
"vimshell"
"%{vimshell#get_status_string()}"
];
vaffle = [
"Vaffle"
"%{b:vaffle.dir}"
];
};
exclude_preview = false;
disable_statusline = false;