Files
dotfiles/nvim/.local/share/nvim/data/site/ftplugin/sh.vim
2024-09-06 22:19:12 -07:00

4 lines
78 B
VimL

" sh-specific settings
" Run shellcheck
map <C-c> <Esc>:! shellcheck -x %<CR>