diff --git a/init.lua b/init.lua index 4d3a3f7a..854c51b1 100644 --- a/init.lua +++ b/init.lua @@ -888,6 +888,14 @@ require('lazy').setup({ -- -- See :h blink-cmp-config-keymap for defining your own keymap preset = 'default', + [''] = { 'accept', 'fallback' }, + [''] = { + function(cmp) + cmp.show { providers = { 'lsp' } } + end, + }, + [''] = { 'fallback' }, + [''] = { 'fallback' }, -- For more advanced Luasnip keymaps (e.g. selecting choice nodes, expansion) see: -- https://github.com/L3MON4D3/LuaSnip?tab=readme-ov-file#keymaps