editor/config/language/indents.nix

17 lines
281 B
Nix
Raw Normal View History

2024-09-07 20:51:15 +01:00
{
plugins.indent-blankline = {
enable = true;
settings = {
exclude.filetypes = [
"dashboard"
"NvimTree"
"TelescopePrompt"
"TelescopeResults"
"man"
"help"
"checkhealth"
"lspinfo"
];
};
};
}