mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-04-05 20:31:52 +00:00
ui/illuminate: add more applicable filetypes to denylist
This commit is contained in:
parent
7918b43155
commit
efd67cd82f
2 changed files with 2 additions and 1 deletions
|
@ -294,6 +294,7 @@
|
|||
- Add lint (markdownlint-cli2) support for Markdown.
|
||||
- Add catppuccin integration for Bufferline, Lspsaga.
|
||||
- Add neo-tree integration for Bufferline.
|
||||
- Add more applicable filetypes to illuminate denylist.
|
||||
|
||||
[tebuevd](https://github.com/tebuevd):
|
||||
|
||||
|
|
|
@ -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`";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue