Vim / NeovimExpert Playground

Terminal-based editor; Python support via plugins (jedi-vim, coc-pyright, nvim-lspconfig)

Vim / Neovim deep diveRun locally
Install
sudo apt install neovim # or brew install neovim
Python CodeRun locally

Expert-level understanding of Vim / Neovim helps leverage it to its full potential.

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?