chore(nvim): nvim-cmp select false

main
sudo pacman -Syu 2023-09-26 12:36:42 +07:00
parent 241c587318
commit 11bcebde67
1 changed files with 1 additions and 1 deletions

View File

@ -328,7 +328,7 @@ require("lazy").setup({
mapping = cmp.mapping.preset.insert({
["<C-Space>"] = cmp.mapping.complete(),
["<C-e>"] = cmp.mapping.abort(),
["<CR>"] = cmp.mapping.confirm({ select = true }),
["<CR>"] = cmp.mapping.confirm({ select = false }),
}),
completion = {
autocomplete = false,