feat(lsp): add keymap to open menu on blank linke/insert mode
This commit is contained in:
parent
96a028eb89
commit
1ed9be7994
3 changed files with 2 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ Heavily customized. Related blog post: https://lugh.ch/neovim-lessons-learned.ht
|
|||
|
||||
- `Ctrl`+`j/k` scroll down/up through LSP suggestions
|
||||
- `K` show LSP context info
|
||||
- `Ctrl`+`o` show LSP completion menu
|
||||
- `gd` go to definition
|
||||
- `gr` show references of function
|
||||
- `grn` renames all refs of the symbol under cursor
|
||||
|
|
|
|||
BIN
CHEATSHEET.pdf
BIN
CHEATSHEET.pdf
Binary file not shown.
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue