dotfiles/.vim/ftplugin/c.vim

5 lines
83 B
VimL

setlocal sts=4 sw=4 tw=80 et
setlocal rnu
setlocal ruler
setlocal keywordprg="man"