ui/illuminate: add more applicable filetypes to denylist

This commit is contained in:
Venkatesan Ravi 2025-04-04 16:26:18 +00:00
commit efd67cd82f
2 changed files with 2 additions and 1 deletions

View file

@ -11,7 +11,7 @@ in {
setupOpts = mkPluginSetupOption "vim-illuminate" {
filetypes_denylist = mkOption {
type = listOf str;
default = ["dirvish" "fugitive" "NvimTree" "TelescopePrompt"];
default = ["dirvish" "fugitive" "help" "neo-tree" "notify" "NvimTree" "TelescopePrompt"];
description = "Filetypes to not illuminate, this overrides `filetypes_allowlist`";
};
};