mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-10-31 19:12:38 +00:00 
			
		
		
		
	treewide: find and fix more typos
This commit is contained in:
		
					parent
					
						
							
								0e14e8008b
							
						
					
				
			
			
				commit
				
					
						a3038b697d
					
				
			
		
					 4 changed files with 4 additions and 15 deletions
				
			
		|  | @ -49,7 +49,7 @@ in { | |||
|           type = bool; | ||||
|           default = true; | ||||
|           description = '' | ||||
|             Whether or not to allow highlight groups to be overriden. | ||||
|             Whether or not to allow highlight groups to be overridden. | ||||
| 
 | ||||
|             While false, bufferline.nvim sets highlights as default. | ||||
|           ''; | ||||
|  | @ -338,17 +338,6 @@ in { | |||
|           description = "Whether or not the move command \"wraps\" at the first or last position"; | ||||
|         }; | ||||
| 
 | ||||
|         separator_style = mkOption { | ||||
|           type = either (enum ["thick" "thin" "slope" "slant"]) (listOf str); | ||||
|           default = [" " " "]; | ||||
|           description = '' | ||||
|             Style of the buffer separator. | ||||
| 
 | ||||
|             Can be either one of the suspported values, or a list containing | ||||
|             **at most** two elements for `focused` and `unfocused` respectively. | ||||
|           ''; | ||||
|         }; | ||||
| 
 | ||||
|         separator_style = mkOption { | ||||
|           type = nullOr (either (enum ["slant" "padded_slant" "slope" "padded_slope" "thick" "thin"]) (listOf str)); | ||||
|           default = "thin"; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue