dotfiles/vim/.vim/ftplugin/tex.vim

7 lines
141 B
VimL
Raw Normal View History

2023-11-02 10:11:39 +01:00
set concealcursor=""
2024-08-23 11:20:30 +02:00
set textwidth=100
2023-11-02 10:11:39 +01:00
highlight Conceal ctermfg=red
noremap <silent> <F12> <ESC>:silent !pdflatex % && mupdf %:r.pdf&<CR>