Skip to content

Commit

Permalink
feat(plug): add shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
D-Nice committed Jan 4, 2020
1 parent 4c22ee5 commit 197409b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ RUN set -ex \
git \
xclip \
gcc \
shellcheck \
&& rm -rf /var/lib/apt/lists/*

RUN set -ex \
Expand Down
4 changes: 3 additions & 1 deletion etc/init/.config/nvim/init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ Plug 'neoclide/coc.nvim', {'branch': 'release'}
" Last used working release
" 027b14d3fa201be1b560fac2c3d357adce190715

" Fallback Linting/Syntax
Plug 'vim-syntastic/syntastic', { 'for': ['nim', 'sh'] }

" Nim
Plug 'vim-syntastic/syntastic', { 'for': 'nim' }
Plug 'zah/nim.vim', { 'for': 'nim' }

" Git
Expand Down

0 comments on commit 197409b

Please sign in to comment.