make cmp popups with grey bckg and no borders
This commit is contained in:
		
							parent
							
								
									64d04c8618
								
							
						
					
					
						commit
						7a61c5ef16
					
				
					 1 changed files with 7 additions and 2 deletions
				
			
		|  | @ -58,8 +58,13 @@ cmp.setup({ | |||
|         end, | ||||
|     }, | ||||
|     window = { | ||||
|         completion = cmp.config.window.bordered(), | ||||
|         documentation = cmp.config.window.bordered(), | ||||
|         completion = { | ||||
|             border = nil, | ||||
|         }, | ||||
|         documentation = { | ||||
|             border = nil, | ||||
|             max_height = 2000, | ||||
|         } | ||||
|     }, | ||||
|     completion = { | ||||
|         autocomplete = false, | ||||
|  |  | |||
		Reference in a new issue