2023-06-02 11:25:16 +02:00
|
|
|
{
|
|
|
|
empty = {
|
|
|
|
plugins.indent-blankline.enable = true;
|
|
|
|
};
|
|
|
|
|
2024-03-10 00:44:02 +01:00
|
|
|
example = {
|
2023-06-02 11:25:16 +02:00
|
|
|
plugins.indent-blankline = {
|
|
|
|
enable = true;
|
|
|
|
|
2024-03-10 00:44:02 +01:00
|
|
|
settings = {
|
|
|
|
indent = {
|
|
|
|
char = "│";
|
|
|
|
};
|
|
|
|
scope = {
|
|
|
|
show_start = false;
|
|
|
|
show_end = false;
|
|
|
|
show_exact_scope = true;
|
2023-10-17 10:11:13 +02:00
|
|
|
};
|
|
|
|
exclude = {
|
2024-03-10 00:44:02 +01:00
|
|
|
filetypes = [
|
|
|
|
""
|
|
|
|
"checkhealth"
|
|
|
|
"help"
|
|
|
|
"lspinfo"
|
|
|
|
"packer"
|
|
|
|
"TelescopePrompt"
|
|
|
|
"TelescopeResults"
|
|
|
|
"yaml"
|
|
|
|
];
|
|
|
|
buftypes = ["terminal" "quickfix"];
|
2023-10-17 10:11:13 +02:00
|
|
|
};
|
|
|
|
};
|
2024-03-10 00:44:02 +01:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
defaults = {
|
|
|
|
plugins.indent-blankline = {
|
|
|
|
enable = true;
|
|
|
|
|
|
|
|
settings = {
|
|
|
|
debounce = 200;
|
|
|
|
viewport_buffer = {
|
|
|
|
min = 30;
|
|
|
|
max = 500;
|
|
|
|
};
|
|
|
|
indent = {
|
|
|
|
char = "▎";
|
|
|
|
tab_char = null;
|
|
|
|
highlight = null;
|
|
|
|
smart_indent_cap = true;
|
|
|
|
priority = 1;
|
|
|
|
};
|
|
|
|
whitespace = {
|
|
|
|
highlight = null;
|
|
|
|
remove_blankline_trail = true;
|
|
|
|
};
|
|
|
|
scope = {
|
|
|
|
enabled = true;
|
|
|
|
char = null;
|
|
|
|
show_start = true;
|
|
|
|
show_end = true;
|
|
|
|
show_exact_scope = false;
|
|
|
|
injected_languages = true;
|
|
|
|
highlight = null;
|
|
|
|
priority = 1024;
|
|
|
|
include = {
|
|
|
|
node_type = {};
|
|
|
|
};
|
|
|
|
exclude = {
|
|
|
|
language = [];
|
|
|
|
node_type = {
|
|
|
|
"*" = ["source_file" "program"];
|
|
|
|
lua = ["chunk"];
|
|
|
|
python = ["module"];
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
exclude = {
|
|
|
|
filetypes = [
|
|
|
|
"lspinfo"
|
|
|
|
"packer"
|
|
|
|
"checkhealth"
|
|
|
|
"help"
|
|
|
|
"man"
|
|
|
|
"gitcommit"
|
|
|
|
"TelescopePrompt"
|
|
|
|
"TelescopeResults"
|
|
|
|
"\'\'"
|
|
|
|
];
|
|
|
|
buftypes = [
|
|
|
|
"terminal"
|
|
|
|
"nofile"
|
|
|
|
"quickfix"
|
|
|
|
"prompt"
|
|
|
|
];
|
|
|
|
};
|
2023-10-17 10:11:13 +02:00
|
|
|
};
|
2023-06-02 11:25:16 +02:00
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|