nvim-config

Log | Files | Refs | Submodules | README

pdflatex.vim (222B)


      1 " Vim pylint integration
      2 if exists("current_compiler")
      3   finish
      4 endif
      5 let current_compiler = "pylint"
      6 
      7 CompilerSet makeprg=pdflatex\ -file-line-error-style\ -interaction=nonstopmode\ %:p
      8 CompilerSet errorformat=%f:%l:\ %m