mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-24 21:41:04 +00:00
no diff
This commit is contained in:
parent
691c2b87c2
commit
b5cc72bec6
1 changed files with 2 additions and 2 deletions
|
|
@ -11,8 +11,8 @@ return {
|
||||||
opts = {
|
opts = {
|
||||||
keymap = {
|
keymap = {
|
||||||
preset = 'none',
|
preset = 'none',
|
||||||
['<C-p>'] = { 'select_prev', 'fallback' },
|
['<C-p>'] = { 'select_prev', 'fallback_to_mappings' },
|
||||||
['<C-n>'] = { 'select_next', 'fallback' },
|
['<C-n>'] = { 'select_next', 'fallback_to_mappings' },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue