mirror of
				https://github.com/folke/lazy.nvim.git
				synced 2025-10-31 06:21:14 +00:00 
			
		
		
		
	docs: fixed code block
This commit is contained in:
		
					parent
					
						
							
								1de5c3d059
							
						
					
				
			
			
				commit
				
					
						d1ed91d8c7
					
				
			
		
					 1 changed files with 6 additions and 5 deletions
				
			
		|  | @ -675,9 +675,10 @@ For a real-life example, you can check my personal dots: | |||
| - `module` is auto-loaded. No need to specify | ||||
| - `keys` spec is [different](#%EF%B8%8F-lazy-key-mappings) | ||||
| - `rtp` can be accomplished with: | ||||
| 
 | ||||
| ```lua | ||||
| config = function(plugin) | ||||
|              vim.opt.rtp:append(plugin.dir .. "/rtpPath")  | ||||
|     vim.opt.rtp:append(plugin.dir .. "/custom-rtp") | ||||
| end | ||||
| ``` | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue