diff --git a/lua/plugins.lua b/lua/plugins.lua index 4d6a13a..8a28765 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -45,7 +45,15 @@ require("lazy").setup({ -- C-k: Toggle signature help (if signature.enabled = true) -- -- See :h blink-cmp-config-keymap for defining your own keymap - keymap = { preset = 'enter' }, + keymap = { + preset = 'enter', + [''] = { 'select_prev', 'fallback' }, + [''] = { 'select_next', 'fallback' }, + [''] = { 'select_prev', 'fallback' }, + [''] = { 'select_next', 'fallback' }, + [''] = { 'select_and_accept', 'fallback' }, + [''] = { 'show', 'fallback' }, + }, signature = { enabled = true }, appearance = { @@ -103,7 +111,7 @@ require("lazy").setup({ -- LSP manager and others -- -- "williamboman/mason.nvim", - -- "williamboman/mason-lspconfig.nvim", + -- "williamboman/mason-lspconfig.nvim", "neovim/nvim-lspconfig", -- Nice plugin to show what LSPs are doing in the background (and others