mirror of
				https://github.com/folke/lazy.nvim.git
				synced 2025-11-04 08:21:13 +00:00 
			
		
		
		
	chore(build): auto-generate docs
This commit is contained in:
		
					parent
					
						
							
								785127943a
							
						
					
				
			
			
				commit
				
					
						dec94b8318
					
				
			
		
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -428,7 +428,7 @@ with a lazy extension in `lazy`.
 | 
			
		|||
{
 | 
			
		||||
  root = vim.fn.stdpath("data") .. "/lazy", -- directory where plugins will be installed
 | 
			
		||||
  defaults = {
 | 
			
		||||
    -- If you know what you're doing, you can set this to `true` to have all your plugins lazy-loaded by default.
 | 
			
		||||
    -- Set this to `true` to have all your plugins lazy-loaded by default.
 | 
			
		||||
    -- Only do this if you know what you are doing, as it can lead to unexpected behavior.
 | 
			
		||||
    lazy = false, -- should plugins be lazy-loaded?
 | 
			
		||||
    -- It's recommended to leave version=false for now, since a lot the plugin that support versioning,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -532,7 +532,7 @@ will be added to the plugin’s spec.
 | 
			
		|||
    {
 | 
			
		||||
      root = vim.fn.stdpath("data") .. "/lazy", -- directory where plugins will be installed
 | 
			
		||||
      defaults = {
 | 
			
		||||
        -- If you know what you're doing, you can set this to `true` to have all your plugins lazy-loaded by default.
 | 
			
		||||
        -- Set this to `true` to have all your plugins lazy-loaded by default.
 | 
			
		||||
        -- Only do this if you know what you are doing, as it can lead to unexpected behavior.
 | 
			
		||||
        lazy = false, -- should plugins be lazy-loaded?
 | 
			
		||||
        -- It's recommended to leave version=false for now, since a lot the plugin that support versioning,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue