From 5ce75058f453105b5f6a2601dc66112a4d7bb94b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20=C5=A0tefka?= Date: Mon, 3 Oct 2022 13:09:25 +0200 Subject: [PATCH] Add requirements for vimspector --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e5e4051..41a2a12 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,12 @@ nvim +PackerSync - [vimspector](https://github.com/puremourning/vimspector) - 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) - [vim-pio](https://github.com/jiriks74/vim-pio) - PlatformIO vim plugin