From 1996ef15613f2d4773017128bba1a719a1b63a19 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Sat, 20 Feb 2021 21:27:26 +0100 Subject: Move to lua based vimrc --- .vim/after/ftplugin/tex.vim | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .vim/after/ftplugin/tex.vim (limited to '.vim/after/ftplugin/tex.vim') diff --git a/.vim/after/ftplugin/tex.vim b/.vim/after/ftplugin/tex.vim deleted file mode 100644 index 88d4f11..0000000 --- a/.vim/after/ftplugin/tex.vim +++ /dev/null @@ -1,23 +0,0 @@ - -nnoremap c :call vimtex#compiler#compile() -" augroup Vimtex -" au! -" au BufWritePost * silent call vimtex#compiler#compile() -" augroup END - -" if exists('g:loaded_neomake') -" let g:neomake_tex_tectonic_maker = { -" \ 'exe': 'tectonic', -" \ 'append_file': 1, -" \ 'errorformat': -" \ '%Eerror: something bad happened inside TeX; its output follows:,'. -" \ '%C^[=]+$,'. -" \ '%C(%f,'. -" \ '%C.*,'. -" \ '%C! %m,'. -" \ '%Cl.%l %s,'. -" \ '%C^[=]+$,'. -" \ '%-Zcaused by: %s,' -" \ } -" let g:neomake_tex_enabled_makers = ['tectonic'] -" endif -- cgit 1.4.1