Vim / Neovim — Easy Playground
Terminal-based editor; Python support via plugins (jedi-vim, coc-pyright, nvim-lspconfig)
What is Vim / Neovim?Run locally
Install
sudo apt install neovim # or brew install neovimPython CodeRun locally
Vim / Neovim is part of the Python ecosystem. Terminal-based editor; Python support via plugins (jedi-vim, coc-pyright, nvim-lspconfig).
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?