Neovim: add LSP signature and change cmp setting
This commit is contained in:
@ -15,7 +15,7 @@ cmp.setup({
|
||||
['<C-e>'] = cmp.mapping.close(),
|
||||
['<CR>'] = cmp.mapping.confirm({
|
||||
behavior = cmp.ConfirmBehavior.Replace,
|
||||
select = true
|
||||
select = false
|
||||
})
|
||||
},
|
||||
sources = {
|
||||
|
||||
Reference in New Issue
Block a user