vimspector

This commit is contained in:
Andrei Astafev 2022-06-17 11:50:05 +03:00
parent b297797d61
commit 3be304fc35

4
vimrc
View File

@ -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'