Neovim: add LSP signature and change cmp setting

This commit is contained in:
2023-07-08 15:20:41 +03:00
parent 3d107e59dc
commit bf2d128338
5 changed files with 20 additions and 4 deletions

View File

@ -15,7 +15,7 @@ cmp.setup({
['<C-e>'] = cmp.mapping.close(),
['<CR>'] = cmp.mapping.confirm({
behavior = cmp.ConfirmBehavior.Replace,
select = true
select = false
})
},
sources = {