" LaTeX related config " Last Changed: 2021-04-21 " Author: Federico Igne <> " License: This file is placed in the public domain. " Add grammar check support via Language Tools packadd vim-grammarous " Set default compiler to generate a pdf. setlocal makeprg=latexmk\ -pdf\ % " Open generated pdf with Zathura (works if you are editing the main tex " file) nnoremap co :! zathura %:p:r.pdf &