Enable shellcheck for sh

This commit is contained in:
Julian Ospald 2020-01-11 04:18:30 +01:00
parent 3dac35b6cf
commit e2505ecfc8
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 4 additions and 4 deletions

8
vimrc
View File

@ -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': ['']} " Plug 'neoclide/coc-highlight', {'do': 'yarn install --frozen-lockfile', 'for': ['']}
" linting/compilation " linting/compilation
" Plug 'w0rp/ale', { Plug 'w0rp/ale', {
" \ 'do': 'bash -c \"cp -R ~/.vim/ale_linters .\"', \ 'do': 'bash -c \"cp -R ~/.vim/ale_linters .\"',
" \ 'for': 'haskell', \ 'for': 'sh',
" \ } \ }
" haskell " haskell
" if has("nvim") " if has("nvim")