docs: fix prospective installation instructions
This commit is contained in:
		
							parent
							
								
									eca02ce0c4
								
							
						
					
					
						commit
						891f6aed34
					
				@ -9,9 +9,11 @@ of a BBEdit [colorscheme][gruber-dark]_
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
```lua
 | 
					```lua
 | 
				
			||||||
use {
 | 
					use {
 | 
				
			||||||
  name = "",
 | 
					  "blazkowolf/gruber-darker.nvim",
 | 
				
			||||||
  config = function()
 | 
					  config = function()
 | 
				
			||||||
    require("gruber-darker").setup()
 | 
					    require("gruber-darker").setup({
 | 
				
			||||||
 | 
					      -- possible config values here...
 | 
				
			||||||
 | 
					    })
 | 
				
			||||||
  end
 | 
					  end
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user