vim: add shellcheck info
This commit is contained in:
parent
60269d647d
commit
482935d5b6
3
.vimrc
3
.vimrc
@ -556,8 +556,11 @@ if v:version >= 800
|
||||
Plugin 'w0rp/ale'
|
||||
else
|
||||
"Syntax checking | Install flake8 or pylint for python
|
||||
" Install shellcheck for bash
|
||||
Plugin 'vim-syntastic/syntastic'
|
||||
let g:syntastic_c_checkers = ['gcc', 'cppcheck']
|
||||
"let g:syntastic_cpp_compiler = 'clang++'
|
||||
"let g:syntastic_cpp_compiler_options = '-std=c++14'
|
||||
endif
|
||||
"Completion (need more configuration for python, c# ...)
|
||||
"Plugin 'Valloric/YouCompleteMe'
|
||||
|
Loading…
Reference in New Issue
Block a user