17 lines
281 B
Nix
17 lines
281 B
Nix
|
{
|
||
|
plugins.indent-blankline = {
|
||
|
enable = true;
|
||
|
settings = {
|
||
|
exclude.filetypes = [
|
||
|
"dashboard"
|
||
|
"NvimTree"
|
||
|
"TelescopePrompt"
|
||
|
"TelescopeResults"
|
||
|
"man"
|
||
|
"help"
|
||
|
"checkhealth"
|
||
|
"lspinfo"
|
||
|
];
|
||
|
};
|
||
|
};
|
||
|
}
|