mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-28 05:54:13 +02:00
treewide: Reformat with nixfmt
This commit is contained in:
parent
c6281260dc
commit
62f32bfc71
459 changed files with 28139 additions and 26377 deletions
|
@ -12,7 +12,10 @@
|
|||
settings = {
|
||||
dimming = {
|
||||
alpha = 0.25;
|
||||
color = ["Normal" "#ffffff"];
|
||||
color = [
|
||||
"Normal"
|
||||
"#ffffff"
|
||||
];
|
||||
term_bg = "#000000";
|
||||
inactive = false;
|
||||
};
|
||||
|
@ -24,7 +27,7 @@
|
|||
"table"
|
||||
"if_statement"
|
||||
];
|
||||
exclude = [];
|
||||
exclude = [ ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue