aboutsummaryrefslogtreecommitdiff
path: root/vim/.vim/ftplugin/groff.vim
blob: 6a0e32e0b118de698eeaa38f04aa23a31df0465e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
" Groff related configs.
" Last Changed: 2019-01-27
" Author: Federico Igne <>
" License: This file is placed in the public domain.

" Set default compiler to generate a pdf. Active preprocessor are: eqn,
" pic, tbl, refer.
" NOTE: looks at the file extention to deduce the set of macros in use.
setlocal makeprg=groff\ -eptR\ -%:e\ -Tpdf\ %\ >\ %:r.pdf