From 0321dfb861f9e043b0bf5965fc0d13cd4ddff9d9 Mon Sep 17 00:00:00 2001 From: Tucker Evans Date: Fri, 15 Mar 2019 09:22:47 -0400 Subject: Adds to vim setup --- vim/.vim/after/ftplugin/nroff.vim | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'vim/.vim/after/ftplugin/nroff.vim') diff --git a/vim/.vim/after/ftplugin/nroff.vim b/vim/.vim/after/ftplugin/nroff.vim index 031c8d9..a8ae553 100644 --- a/vim/.vim/after/ftplugin/nroff.vim +++ b/vim/.vim/after/ftplugin/nroff.vim @@ -1,2 +1,4 @@ set spell -autocmd BufWritePost * silent! !grap % | pic | tbl | eqn | troff -ms | grops > %:r.ps +"autocmd BufWritePost * silent! !refer % | grap | pic | tbl | eqn | troff -dpaper=a4 -ms | grops -p a4 > %:r.ps +"autocmd BufWritePost * silent! !cat % | n-eqn | n-roff -ms -mtbl | n-post > %:r.ps +set tw=0 -- cgit v1.1