From 482935d5b69c9a576d1539731f5a204db1d00085 Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Thu, 1 Mar 2018 16:39:58 +0100 Subject: [PATCH] vim: add shellcheck info --- .vimrc | 3 +++ README.md | 1 + 2 files changed, 4 insertions(+) diff --git a/.vimrc b/.vimrc index 29dd2ea..7a21aba 100644 --- a/.vimrc +++ b/.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' diff --git a/README.md b/README.md index 71be6b5..2ef46b5 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,7 @@ Vim plugins are managed by vundle. So at first lunch you have to run in vim * odt2txt * python2-virtualenv * seahorse +* shellcheck * strace * sudo * udevil