top | item 32569975 (no title) stratosmacker | 3 years ago Are those keyboard shortcuts part of the LSP server? discuss order hn newest nont|3 years ago Nope, you have to map them but they are very easy to do. You can use the suggested keymaps from nvim-lsp GitHub too (still need to copy pasta). nameless912|3 years ago No, but defining one is as easy as one magic incantation in your .vimrc: nnore <leader>gd :LspGoToDefinition<CR> ...or something like that. I haven't touched the config in a few months.
nont|3 years ago Nope, you have to map them but they are very easy to do. You can use the suggested keymaps from nvim-lsp GitHub too (still need to copy pasta).
nameless912|3 years ago No, but defining one is as easy as one magic incantation in your .vimrc: nnore <leader>gd :LspGoToDefinition<CR> ...or something like that. I haven't touched the config in a few months.
nont|3 years ago
nameless912|3 years ago