mirror of
				https://github.com/folke/lazy.nvim.git
				synced 2025-10-28 13:01:06 +00:00 
			
		
		
		
	chore(build): auto-generate vimdoc
This commit is contained in:
		
					parent
					
						
							
								57dfb05e2f
							
						
					
				
			
			
				commit
				
					
						6ca03dcd1a
					
				
			
		
					 1 changed files with 9 additions and 0 deletions
				
			
		|  | @ -294,6 +294,15 @@ CONFIGURATION                                        *lazy.nvim-configuration* | |||
|           }, | ||||
|         }, | ||||
|       }, | ||||
|       -- lazy can generate helptags from the headings in markdown readme files, | ||||
|       -- so :help works even for plugins that don't have vim docs. | ||||
|       -- when the readme opens with :help it will be correctly displayed as markdown | ||||
|       readme = { | ||||
|         root = vim.fn.stdpath("state") .. "/lazy/readme", | ||||
|         files = { "README.md" }, | ||||
|         -- only generate markdown helptags for plugins that dont have docs | ||||
|         skip_if_doc_exists = true, | ||||
|       }, | ||||
|     } | ||||
| < | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue