fix(auto-completion): ensure first menu item is selected by default
This commit is contained in:
		
							parent
							
								
									a005f15cec
								
							
						
					
					
						commit
						af4f51b2cd
					
				
							
								
								
									
										3
									
								
								init.lua
								
								
								
								
							
							
						
						
									
										3
									
								
								init.lua
								
								
								
								
							| 
						 | 
					@ -564,6 +564,9 @@ cmp.setup {
 | 
				
			||||||
      luasnip.lsp_expand(args.body)
 | 
					      luasnip.lsp_expand(args.body)
 | 
				
			||||||
    end,
 | 
					    end,
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 | 
					  completion = {
 | 
				
			||||||
 | 
					    completeopt = 'menu,menuone,noinsert'
 | 
				
			||||||
 | 
					  },
 | 
				
			||||||
  mapping = cmp.mapping.preset.insert {
 | 
					  mapping = cmp.mapping.preset.insert {
 | 
				
			||||||
    ['<C-n>'] = cmp.mapping.select_next_item(),
 | 
					    ['<C-n>'] = cmp.mapping.select_next_item(),
 | 
				
			||||||
    ['<C-p>'] = cmp.mapping.select_prev_item(),
 | 
					    ['<C-p>'] = cmp.mapping.select_prev_item(),
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue