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': ['']}
|
" 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")
|
||||||
|
Loading…
Reference in New Issue
Block a user