diff options
| author | pml68 <tutorialmester@gmail.com> | 2024-03-20 17:11:49 +0100 |
|---|---|---|
| committer | pml68 <tutorialmester@gmail.com> | 2024-03-20 17:11:49 +0100 |
| commit | f2973977f6205e73ce34d2f0a38dbdb6a7e867ec (patch) | |
| tree | 32ee19c2ee59ae147ec05d9370da5c2f0327420c /lua/pml68/configs | |
| parent | feat: add crates.nvim and cmp-path plugins (diff) | |
| download | nvim-f2973977f6205e73ce34d2f0a38dbdb6a7e867ec.tar.gz | |
feat: add readme and some stuff I don't wanna type out
Diffstat (limited to '')
| -rw-r--r-- | lua/pml68/configs/cmp.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/pml68/configs/cmp.lua b/lua/pml68/configs/cmp.lua index 528add0..185c528 100644 --- a/lua/pml68/configs/cmp.lua +++ b/lua/pml68/configs/cmp.lua @@ -17,7 +17,7 @@ cmp.setup({ completeopt = 'menu,menuone,noinsert' }, mapping = cmp.mapping.preset.insert({ - ['<CR>'] = cmp.mapping.confirm({select = false}), + ['<CR>'] = cmp.mapping.confirm({select = true}), ['<S-Tab>'] = cmp.mapping.select_prev_item({behavior = 'select'}), ['<Tab>'] = cmp.mapping.select_next_item({behavior = 'select'}), }), |
