diff --git a/lua/plugin/cmp.lua b/lua/plugin/cmp.lua index ab62108..212ab05 100644 --- a/lua/plugin/cmp.lua +++ b/lua/plugin/cmp.lua @@ -124,7 +124,8 @@ return { preset = 'none', [''] = { 'accept_and_enter', 'fallback' }, ['Tab'] = { 'select_next'}, - [''] = { 'select_prev'}, + [''] = { 'show_and_insert', 'select_next' }, + [''] = { 'show_and_insert', 'select_prev' }, [''] = { 'hide', 'show'}, }, completion = {