feat(lsp): add keymap to open menu on blank linke/insert mode

This commit is contained in:
Oliver Ladner 2025-11-19 11:18:05 +01:00
commit 1ed9be7994
3 changed files with 2 additions and 0 deletions

View file

@ -35,6 +35,7 @@ return {
["<C-c>"] = { "cancel", "fallback" },
["<C-n>"] = { "scroll_documentation_down" },
["<C-p>"] = { "scroll_documentation_up" },
["<C-o>"] = { "show" }, -- show menu
},
appearance = {
-- 'mono' (default) for 'Nerd Font Mono' or 'normal' for 'Nerd Font'