4 lines
78 B
VimL
4 lines
78 B
VimL
" sh-specific settings
|
|
" Run shellcheck
|
|
map <C-c> <Esc>:! shellcheck -x %<CR>
|