nvim/ftplugin/sh.vim

3 lines
74 B
VimL
Raw Normal View History

setlocal makeprg=shellcheck\ -f\ gcc\ %
2020-03-19 15:47:31 +00:00
nnoremap <buffer> <F5> :w !sh<cr>