dotfiles/vim/.vim/ftplugin/tex.vim
2024-08-23 11:20:30 +02:00

7 lines
141 B
VimL

set concealcursor=""
set textwidth=100
highlight Conceal ctermfg=red
noremap <silent> <F12> <ESC>:silent !pdflatex % && mupdf %:r.pdf&<CR>