mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-10-31 19:12:38 +00:00 
			
		
		
		
	tabline/bufferline: fix default value of highlights
		
	This commit is contained in:
		
					parent
					
						
							
								dde2b5cac4
							
						
					
				
			
			
				commit
				
					
						72ff44c1eb
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -23,7 +23,7 @@ in { | |||
|     setupOpts = mkPluginSetupOption "Bufferline-nvim" { | ||||
|       highlights = mkOption { | ||||
|         type = either attrs luaInline; | ||||
|         default = null; | ||||
|         default = {}; | ||||
|         description = '' | ||||
|           Overrides the highlight groups of bufferline. | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 diniamo
				diniamo