Neovim cheatsheet

<leader> is `` by default.

Save and run current file

:w|!python %

Autocompletition from venv

$ source venv/bin/activate
$ nvim

Jump to definition

<leader>d

A Complete Guide to Neovim Configuration for Python Development on Linux