diff --git a/README.md b/README.md index 80d3c812..b9570b5f 100644 --- a/README.md +++ b/README.md @@ -99,8 +99,8 @@ For LazyVim/distro users, you can disable nvim-cmp via: show = '', hide = '', accept = '', - select_prev = { '', '' }, - select_next = { '', '' }, + select_prev = { '', '' }, + select_next = { '', '' }, show_documentation = {}, hide_documentation = {}, diff --git a/lua/blink/cmp/config.lua b/lua/blink/cmp/config.lua index 25b38a8a..3d9355d6 100644 --- a/lua/blink/cmp/config.lua +++ b/lua/blink/cmp/config.lua @@ -131,8 +131,8 @@ local config = { show = '', hide = '', accept = '', - select_prev = { '', '' }, - select_next = { '', '' }, + select_prev = { '', '' }, + select_next = { '', '' }, show_documentation = {}, hide_documentation = {},