Check for loop or uv for lazypath (#1095)
This commit is contained in:
		
							parent
							
								
									554a054bf9
								
							
						
					
					
						commit
						ce0c7340ff
					
				
							
								
								
									
										2
									
								
								init.lua
								
								
								
								
							
							
						
						
									
										2
									
								
								init.lua
								
								
								
								
							|  | @ -207,7 +207,7 @@ vim.api.nvim_create_autocmd('TextYankPost', { | |||
| -- [[ Install `lazy.nvim` plugin manager ]] | ||||
| --    See `:help lazy.nvim.txt` or https://github.com/folke/lazy.nvim for more info | ||||
| local lazypath = vim.fn.stdpath 'data' .. '/lazy/lazy.nvim' | ||||
| if not vim.uv.fs_stat(lazypath) then | ||||
| if not (vim.uv or vim.loop).fs_stat(lazypath) then | ||||
|   local lazyrepo = 'https://github.com/folke/lazy.nvim.git' | ||||
|   local out = vim.fn.system { 'git', 'clone', '--filter=blob:none', '--branch=stable', lazyrepo, lazypath } | ||||
|   if vim.v.shell_error ~= 0 then | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Michael L.
						Michael L.