mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-21 11:14:40 +02:00
treewide: Reformat with nixfmt
This commit is contained in:
parent
c6281260dc
commit
62f32bfc71
459 changed files with 28139 additions and 26377 deletions
|
@ -46,7 +46,7 @@
|
|||
plugins.neotest = {
|
||||
enable = true;
|
||||
|
||||
adapters = {};
|
||||
adapters = { };
|
||||
settings = {
|
||||
discovery = {
|
||||
enabled = true;
|
||||
|
@ -58,7 +58,7 @@
|
|||
};
|
||||
default_strategy = "integrated";
|
||||
log_level = "warn";
|
||||
consumers = {};
|
||||
consumers = { };
|
||||
icons = {
|
||||
child_indent = "│";
|
||||
child_prefix = "├";
|
||||
|
@ -70,7 +70,16 @@
|
|||
non_collapsible = "─";
|
||||
passed = "";
|
||||
running = "";
|
||||
running_animated = ["/" "|" "\\" "-" "/" "|" "\\" "-"];
|
||||
running_animated = [
|
||||
"/"
|
||||
"|"
|
||||
"\\"
|
||||
"-"
|
||||
"/"
|
||||
"|"
|
||||
"\\"
|
||||
"-"
|
||||
];
|
||||
skipped = "";
|
||||
unknown = "";
|
||||
watching = "";
|
||||
|
@ -99,7 +108,7 @@
|
|||
border = "rounded";
|
||||
max_height = 0.6;
|
||||
max_width = 0.6;
|
||||
options = {};
|
||||
options = { };
|
||||
};
|
||||
strategies = {
|
||||
integrated = {
|
||||
|
@ -118,7 +127,10 @@
|
|||
clear_target = "T";
|
||||
debug = "d";
|
||||
debug_marked = "D";
|
||||
expand = ["<CR>" "<2-LeftMouse>"];
|
||||
expand = [
|
||||
"<CR>"
|
||||
"<2-LeftMouse>"
|
||||
];
|
||||
expand_all = "e";
|
||||
jumpto = "i";
|
||||
mark = "m";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue