show completion on commandline as you type
This commit is contained in:
		
							parent
							
								
									27bac8f80e
								
							
						
					
					
						commit
						6135a22b88
					
				@ -121,6 +121,7 @@ function M.config()
 | 
				
			|||||||
		},
 | 
							},
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	cmp.setup.cmdline(':', {
 | 
						cmp.setup.cmdline(':', {
 | 
				
			||||||
 | 
							completion = { autocomplete = { 'TextChanged' } },
 | 
				
			||||||
		mapping = cmp.mapping.preset.cmdline(),
 | 
							mapping = cmp.mapping.preset.cmdline(),
 | 
				
			||||||
		sources = {
 | 
							sources = {
 | 
				
			||||||
			{ name = 'cmdline' },
 | 
								{ name = 'cmdline' },
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user