diff --git a/vimrc b/vimrc index a5038fb..32f89da 100644 --- a/vimrc +++ b/vimrc @@ -129,6 +129,11 @@ Plug 'xuhdev/vim-latex-live-preview' " Python " Plug 'python-mode/python-mode', { 'for': 'python', 'branch': 'develop' } +" https://github.com/itspriddle/vim-shellcheck " +" Shell " +Plug 'itspriddle/vim-shellcheck' + + " Перечисление плагинов заканчивается здесь " call plug#end()