mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-11-03 20:22:21 +00:00 
			
		
		
		
	Merge pull request #791 from venkyr77/illuminate-denylist-fix
	
		
			
	
		
	
	
		
	
		
			Some checks are pending
		
		
	
	
		
			
				
	
				Set up binary cache / cachix (default) (push) Waiting to run
				
			
		
			
				
	
				Set up binary cache / cachix (maximal) (push) Waiting to run
				
			
		
			
				
	
				Set up binary cache / cachix (nix) (push) Waiting to run
				
			
		
			
				
	
				Treewide Checks / Validate flake (push) Waiting to run
				
			
		
			
				
	
				Treewide Checks / Check formatting (push) Waiting to run
				
			
		
			
				
	
				Treewide Checks / Check source tree for typos (push) Waiting to run
				
			
		
			
				
	
				Treewide Checks / Validate documentation builds (push) Waiting to run
				
			
		
			
				
	
				Treewide Checks / Validate hyperlinks in documentation sources (push) Waiting to run
				
			
		
			
				
	
				Treewide Checks / Validate Editorconfig conformance (push) Waiting to run
				
			
		
			
				
	
				Build and deploy documentation / Check latest commit (push) Waiting to run
				
			
		
			
				
	
				Build and deploy documentation / publish (push) Blocked by required conditions
				
			
		
		
	
	
		
	
		
			Some checks are pending
		
		
	
	Set up binary cache / cachix (default) (push) Waiting to run
				
			Set up binary cache / cachix (maximal) (push) Waiting to run
				
			Set up binary cache / cachix (nix) (push) Waiting to run
				
			Treewide Checks / Validate flake (push) Waiting to run
				
			Treewide Checks / Check formatting (push) Waiting to run
				
			Treewide Checks / Check source tree for typos (push) Waiting to run
				
			Treewide Checks / Validate documentation builds (push) Waiting to run
				
			Treewide Checks / Validate hyperlinks in documentation sources (push) Waiting to run
				
			Treewide Checks / Validate Editorconfig conformance (push) Waiting to run
				
			Build and deploy documentation / Check latest commit (push) Waiting to run
				
			Build and deploy documentation / publish (push) Blocked by required conditions
				
			ui/illuminate: add more applicable filetypes to denylist
This commit is contained in:
		
				commit
				
					
						5a3ac8993a
					
				
			
		
					 2 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -294,6 +294,7 @@
 | 
				
			||||||
- Add lint (markdownlint-cli2) support for Markdown.
 | 
					- Add lint (markdownlint-cli2) support for Markdown.
 | 
				
			||||||
- Add catppuccin integration for Bufferline, Lspsaga.
 | 
					- Add catppuccin integration for Bufferline, Lspsaga.
 | 
				
			||||||
- Add neo-tree integration for Bufferline.
 | 
					- Add neo-tree integration for Bufferline.
 | 
				
			||||||
 | 
					- Add more applicable filetypes to illuminate denylist.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[tebuevd](https://github.com/tebuevd):
 | 
					[tebuevd](https://github.com/tebuevd):
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -11,7 +11,7 @@ in {
 | 
				
			||||||
    setupOpts = mkPluginSetupOption "vim-illuminate" {
 | 
					    setupOpts = mkPluginSetupOption "vim-illuminate" {
 | 
				
			||||||
      filetypes_denylist = mkOption {
 | 
					      filetypes_denylist = mkOption {
 | 
				
			||||||
        type = listOf str;
 | 
					        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`";
 | 
					        description = "Filetypes to not illuminate, this overrides `filetypes_allowlist`";
 | 
				
			||||||
      };
 | 
					      };
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue