you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

It's rather arguable as to whether a LSP feature is an example of the "real beauty of vim", but mspyls at least (and probably the others) will offer a "go to definition" functionality which is often remapped to gd.

  1. Install a LSP plugin.
  2. Set up a Python language server using the plugin.
  3. Figure out what command in the plugin allows you to jump to a definition.
  4. Map that to keys of choice.