mirror of
				https://github.com/folke/lazy.nvim.git
				synced 2025-10-31 14:31:04 +00:00 
			
		
		
		
	fix(commands): E5108 in getcompletions (#207)
This commit is contained in:
		
					parent
					
						
							
								0b1e083937
							
						
					
				
			
			
				commit
				
					
						acd6697d88
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -56,7 +56,7 @@ M.commands = { | |||
| } | ||||
| 
 | ||||
| function M.complete(cmd, prefix) | ||||
|   if not ViewConfig.commands[cmd].plugins then | ||||
|   if not (ViewConfig.commands[cmd] or {}).plugins then | ||||
|     return | ||||
|   end | ||||
|   ---@type string[] | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue