mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-12 18:24:35 +02:00
treewide: Reformat with nixfmt
This commit is contained in:
parent
c6281260dc
commit
62f32bfc71
459 changed files with 28139 additions and 26377 deletions
|
@ -24,7 +24,7 @@
|
|||
search_method = "cover_or_next";
|
||||
silent = false;
|
||||
};
|
||||
animate = {};
|
||||
animate = { };
|
||||
base16 = {
|
||||
palette = {
|
||||
base00 = "#123456";
|
||||
|
@ -45,35 +45,35 @@
|
|||
base0F = "#123456";
|
||||
};
|
||||
};
|
||||
basics = {};
|
||||
bracketed = {};
|
||||
bufremove = {};
|
||||
colors = {};
|
||||
comment = {};
|
||||
completion = {};
|
||||
cursorword = {};
|
||||
doc = {};
|
||||
fuzzy = {};
|
||||
hipatterns = {};
|
||||
basics = { };
|
||||
bracketed = { };
|
||||
bufremove = { };
|
||||
colors = { };
|
||||
comment = { };
|
||||
completion = { };
|
||||
cursorword = { };
|
||||
doc = { };
|
||||
fuzzy = { };
|
||||
hipatterns = { };
|
||||
hues = {
|
||||
background = "#351721";
|
||||
foreground = "#cdc4c6";
|
||||
};
|
||||
indentscope = {};
|
||||
jump = {};
|
||||
jump2d = {};
|
||||
map = {};
|
||||
misc = {};
|
||||
move = {};
|
||||
pairs = {};
|
||||
sessions = {};
|
||||
splitjoin = {};
|
||||
starter = {};
|
||||
statusline = {};
|
||||
surround = {};
|
||||
tabline = {};
|
||||
test = {};
|
||||
trailspace = {};
|
||||
indentscope = { };
|
||||
jump = { };
|
||||
jump2d = { };
|
||||
map = { };
|
||||
misc = { };
|
||||
move = { };
|
||||
pairs = { };
|
||||
sessions = { };
|
||||
splitjoin = { };
|
||||
starter = { };
|
||||
statusline = { };
|
||||
surround = { };
|
||||
tabline = { };
|
||||
test = { };
|
||||
trailspace = { };
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue