Skip to content

Comment on Ask HN: How Do You Navigate Code?parent

Comments

Are those keyboard shortcuts part of the LSP server?

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).

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.
AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.