mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-10-31 02:52:37 +00:00 
			
		
		
		
	Merge pull request #445 from horriblename/fix/devicon-color
nvim-web-devicons: re-enable icon color
This commit is contained in:
		
				commit
				
					
						43e3663b2b
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -16,7 +16,7 @@ in { | |||
|     enable = mkEnableOption "Neovim dev icons [nvim-web-devicons]"; | ||||
| 
 | ||||
|     setupOpts = mkPluginSetupOption "nvim-web-devicons" { | ||||
|       color_icons = mkEnableOption "different highlight colors per icon"; | ||||
|       color_icons = mkEnableOption "different highlight colors per icon" // {default = true;}; | ||||
|       variant = mkOption { | ||||
|         type = nullOr (enum ["light" "dark"]); | ||||
|         default = null; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 GitHub
					GitHub