Add requirements for vimspector

This commit is contained in:
Jiří Štefka 2022-10-03 13:09:25 +02:00
parent 180c89d241
commit 5ce75058f4

@ -39,6 +39,12 @@ nvim +PackerSync
- [vimspector](https://github.com/puremourning/vimspector) - [vimspector](https://github.com/puremourning/vimspector)
- Simple plugin for debugging - Simple plugin for debugging
- You need have to have `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) - 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) - [vim-pio](https://github.com/jiriks74/vim-pio)
- PlatformIO vim plugin - PlatformIO vim plugin