Enable shellcheck for sh
This commit is contained in:
parent
3dac35b6cf
commit
e2505ecfc8
8
vimrc
8
vimrc
@ -92,10 +92,10 @@ Plug 'neoclide/coc-yaml', {'do': 'yarn install --frozen-lockfile', 'for': ['yaml
|
||||
" Plug 'neoclide/coc-highlight', {'do': 'yarn install --frozen-lockfile', 'for': ['']}
|
||||
|
||||
" linting/compilation
|
||||
" Plug 'w0rp/ale', {
|
||||
" \ 'do': 'bash -c \"cp -R ~/.vim/ale_linters .\"',
|
||||
" \ 'for': 'haskell',
|
||||
" \ }
|
||||
Plug 'w0rp/ale', {
|
||||
\ 'do': 'bash -c \"cp -R ~/.vim/ale_linters .\"',
|
||||
\ 'for': 'sh',
|
||||
\ }
|
||||
|
||||
" haskell
|
||||
" if has("nvim")
|
||||
|
Loading…
Reference in New Issue
Block a user