update
This commit is contained in:
		
							parent
							
								
									9ba00ac407
								
							
						
					
					
						commit
						9f8a038893
					
				
							
								
								
									
										4
									
								
								init.lua
								
								
								
								
							
							
						
						
									
										4
									
								
								init.lua
								
								
								
								
							| 
						 | 
					@ -932,11 +932,11 @@ require('lazy').setup({
 | 
				
			||||||
          -- Accept ([y]es) the completion.
 | 
					          -- Accept ([y]es) the completion.
 | 
				
			||||||
          --  This will auto-import if your LSP supports it.
 | 
					          --  This will auto-import if your LSP supports it.
 | 
				
			||||||
          --  This will expand snippets if the LSP sent a snippet.
 | 
					          --  This will expand snippets if the LSP sent a snippet.
 | 
				
			||||||
          -- ['<C-y>'] = cmp.mapping.confirm { select = true },
 | 
					          ['<C-y>'] = cmp.mapping.confirm { select = true },
 | 
				
			||||||
 | 
					
 | 
				
			||||||
          -- If you prefer more traditional completion keymaps,
 | 
					          -- If you prefer more traditional completion keymaps,
 | 
				
			||||||
          -- you can uncomment the following lines
 | 
					          -- you can uncomment the following lines
 | 
				
			||||||
          ['<CR>'] = cmp.mapping.confirm { select = true },
 | 
					          -- ['<CR>'] = cmp.mapping.confirm { select = true },
 | 
				
			||||||
          --['<Tab>'] = cmp.mapping.select_next_item(),
 | 
					          --['<Tab>'] = cmp.mapping.select_next_item(),
 | 
				
			||||||
          --['<S-Tab>'] = cmp.mapping.select_prev_item(),
 | 
					          --['<S-Tab>'] = cmp.mapping.select_prev_item(),
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue