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'