shellcheck

This commit is contained in:
Andrei Astafev 2020-12-21 11:11:33 +03:00
parent 44134c565b
commit a188580b89

5
vimrc
View File

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