Add requirements for vimspector

This commit is contained in:
Jiří Štefka 2022-10-03 13:07:07 +02:00
parent 9139c960c5
commit ee49e62700

@ -39,6 +39,12 @@ nvim +PackerSync
- [vimspector](https://github.com/puremourning/vimspector)
- Simple plugin for debugging
- You need `neovim` python module installed
```bash
pip3 install neovim
```
- You have to create a file with `Launch` config - see the [plugin repository](https://github.com/puremourning/vimspector)
- [vim-pio](https://github.com/jiriks74/vim-pio)
- PlatformIO vim plugin