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

@ -38,7 +38,7 @@
]]
)
'';
headline_highlights = ["Headline"];
headline_highlights = [ "Headline" ];
bullet_highlights = [
"@text.title.1.marker.markdown"
"@text.title.2.marker.markdown"
@ -47,7 +47,12 @@
"@text.title.5.marker.markdown"
"@text.title.6.marker.markdown"
];
bullets = ["" "" "" ""];
bullets = [
""
""
""
""
];
codeblock_highlight = "CodeBlock";
dash_highlight = "Dash";
dash_string = "-";
@ -83,7 +88,7 @@
)
'';
treesitter_language = "markdown";
headline_highlights = ["Headline"];
headline_highlights = [ "Headline" ];
bullet_highlights = [
"@text.title.1.marker.markdown"
"@text.title.2.marker.markdown"
@ -92,7 +97,12 @@
"@text.title.5.marker.markdown"
"@text.title.6.marker.markdown"
];
bullets = ["" "" "" ""];
bullets = [
""
""
""
""
];
codeblock_highlight = "CodeBlock";
dash_highlight = "Dash";
dash_string = "-";
@ -132,7 +142,7 @@
]]
)
'';
headline_highlights = ["Headline"];
headline_highlights = [ "Headline" ];
bullet_highlights = [
"@neorg.headings.1.prefix"
"@neorg.headings.2.prefix"
@ -141,7 +151,12 @@
"@neorg.headings.5.prefix"
"@neorg.headings.6.prefix"
];
bullets = ["" "" "" ""];
bullets = [
""
""
""
""
];
codeblock_highlight = "CodeBlock";
dash_highlight = "Dash";
dash_string = "-";
@ -176,7 +191,7 @@
]]
)
'';
headline_highlights = ["Headline"];
headline_highlights = [ "Headline" ];
bullet_highlights = [
"@org.headline.level1"
"@org.headline.level2"
@ -187,7 +202,12 @@
"@org.headline.level7"
"@org.headline.level8"
];
bullets = ["" "" "" ""];
bullets = [
""
""
""
""
];
codeblock_highlight = "CodeBlock";
dash_highlight = "Dash";
dash_string = "-";

View file

@ -22,21 +22,24 @@
clearInInsertMode = false;
downloadRemoteImages = true;
onlyRenderImageAtCursor = false;
filetypes = ["markdown" "vimwiki"];
filetypes = [
"markdown"
"vimwiki"
];
};
neorg = {
enabled = true;
clearInInsertMode = false;
downloadRemoteImages = true;
onlyRenderImageAtCursor = false;
filetypes = ["norg"];
filetypes = [ "norg" ];
};
syslang = {
enabled = true;
clearInInsertMode = false;
downloadRemoteImages = true;
onlyRenderImageAtCursor = false;
filetypes = ["syslang"];
filetypes = [ "syslang" ];
};
};
maxWidth = null;
@ -44,10 +47,20 @@
maxWidthWindowPercentage = null;
maxHeightWindowPercentage = 50;
windowOverlapClearEnabled = false;
windowOverlapClearFtIgnore = ["cmp_menu" "cmp_docs" ""];
windowOverlapClearFtIgnore = [
"cmp_menu"
"cmp_docs"
""
];
editorOnlyRenderWhenFocused = false;
tmuxShowOnlyInActiveWindow = false;
hijackFilePatterns = ["*.png" "*.jpg" "*.jpeg" "*.gif" "*.webp"];
hijackFilePatterns = [
"*.png"
"*.jpg"
"*.jpeg"
"*.gif"
"*.webp"
];
};
};

View file

@ -9,7 +9,7 @@
cmdline = {
enabled = true;
view = "cmdline_popup";
opts = {};
opts = { };
format = {
cmdline = {
pattern = "^:";
@ -42,7 +42,7 @@
pattern = "^:%s*he?l?p?%s+";
icon = "";
};
input = {};
input = { };
};
};
messages = {
@ -56,11 +56,13 @@
popupmenu = {
enabled = true;
backend = "nui";
kindIcons = {};
kindIcons = { };
};
redirect = {
view = "popup";
filter = {event = "msg_show";};
filter = {
event = "msg_show";
};
};
commands = {
history = {
@ -71,12 +73,12 @@
};
filter = {
any = [
{event = "notify";}
{error = true;}
{warning = true;}
{ event = "notify"; }
{ error = true; }
{ warning = true; }
{
event = "msg_show";
kind = [""];
kind = [ "" ];
}
{
event = "lsp";
@ -93,12 +95,12 @@
};
filter = {
any = [
{event = "notify";}
{error = true;}
{warning = true;}
{ event = "notify"; }
{ error = true; }
{ warning = true; }
{
event = "msg_show";
kind = [""];
kind = [ "" ];
}
{
event = "lsp";
@ -106,7 +108,9 @@
}
];
};
filter_opts = {count = 1;};
filter_opts = {
count = 1;
};
};
errors = {
view = "popup";
@ -114,8 +118,12 @@
enter = true;
format = "details";
};
filter = {error = true;};
filter_opts = {reverse = true;};
filter = {
error = true;
};
filter_opts = {
reverse = true;
};
};
};
notify = {
@ -138,7 +146,7 @@
hover = {
enabled = true;
view = null;
opts = {};
opts = { };
};
signature = {
enabled = true;
@ -149,12 +157,12 @@
throttle = 50;
};
view = null;
opts = {};
opts = { };
};
message = {
enabled = true;
view = "notify";
opts = {};
opts = { };
};
documentation = {
view = "hover";
@ -162,7 +170,7 @@
lang = "markdown";
replace = true;
render = "plain";
format = ["{message}"];
format = [ "{message}" ];
win_options = {
concealcursor = "n";
conceallevel = 3;
@ -189,7 +197,11 @@
};
smartMove = {
enabled = true;
excludedFiletypes = ["cmp_menu" "cmp_docs" "notify"];
excludedFiletypes = [
"cmp_menu"
"cmp_docs"
"notify"
];
};
presets = {
bottom_search = false;
@ -199,10 +211,10 @@
lsp_doc_border = false;
};
throttle = 1000 / 30;
views = {};
routes = [];
status = {};
format = {};
views = { };
routes = [ ];
status = { };
format = { };
};
};
}

View file

@ -15,21 +15,21 @@
bt_ignore = null;
segments = [
{
text = ["%C"];
text = [ "%C" ];
click = "v:lua.ScFa";
}
{
text = ["%s"];
text = [ "%s" ];
click = "v:lua.ScSa";
}
{
text = [
{__raw = "require('statuscol.builtin').lnumfunc";}
{ __raw = "require('statuscol.builtin').lnumfunc"; }
" "
];
condition = [
true
{__raw = "require('statuscol.builtin').not_empty";}
{ __raw = "require('statuscol.builtin').not_empty"; }
];
click = "v:lua.ScLa";
}

View file

@ -35,8 +35,8 @@
"StatusLineNC"
"EndOfBuffer"
];
extra_groups = [];
exclude_groups = [];
extra_groups = [ ];
exclude_groups = [ ];
};
};
};

View file

@ -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 = [ ];
};
};
};

View file

@ -38,7 +38,10 @@
enable = true;
settings = {
char = ["#" "!"];
char = [
"#"
"!"
];
virtcolumn = "80,90,100";
highlight = "NonText";
};

View file

@ -12,7 +12,7 @@
backdrop = 0.95;
width = 120;
height = 1;
options = {};
options = { };
};
plugins = {
options = {