From 3be304fc35d765604fcb6e756d629b72b07c112e Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Fri, 17 Jun 2022 11:50:05 +0300 Subject: [PATCH] vimspector --- vimrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vimrc b/vimrc index 9af27e6..6783f4d 100644 --- a/vimrc +++ b/vimrc @@ -148,6 +148,10 @@ Plug 'kergoth/vim-bitbake' " Python " Plug 'python-mode/python-mode', { 'for': 'python', 'branch': 'develop' } +" https://github.com/puremourning/vimspector " +" Multi language graphical debugger " +Plug 'puremourning/vimspector' + " https://github.com/itspriddle/vim-shellcheck " " Shell " Plug 'itspriddle/vim-shellcheck'