This website requires JavaScript.
Explore
Wiki
Markdown
Emojis
Help
Sign In
dots
/
nvim
Watch
1
Star
0
Fork
You've already forked nvim
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
51b1f8f9c7
nvim
/
ftplugin
/
sh.vim
3 lines
74 B
VimL
Raw
Normal View
History
Unescape
Escape
set makeprg to shellcheck for shell files
2020-09-04 21:07:59 +00:00
setlocal
makeprg
=
shellcheck
\
-
f
\
gcc
\ %
migrate vim configuration files
2020-03-19 15:47:31 +00:00
nnoremap
<
buffer
>
<
F5
>
:
w
!
sh
<
cr
>