diff options
author | Tucker Evans <tuckerevans24@gmail.com> | 2019-03-15 09:22:47 -0400 |
---|---|---|
committer | Tucker Evans <tuckerevans24@gmail.com> | 2019-03-25 15:58:37 -0400 |
commit | 0321dfb861f9e043b0bf5965fc0d13cd4ddff9d9 (patch) | |
tree | 75e4b4dcfcf6037e6acedd16873c3fd4f9805abd /vim/.vim/after | |
parent | e13d49079061b2f457d3da7201f533308ea515ab (diff) |
Adds to vim setup
Diffstat (limited to 'vim/.vim/after')
-rw-r--r-- | vim/.vim/after/ftplugin/nroff.vim | 4 |
1 files changed, 3 insertions, 1 deletions
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 |