Advertisement
Guest User

Untitled

a guest
Nov 29th, 2012
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VIM 0.51 KB | None | 0 0
  1. let b:atp_BibCompiler = 'biber'
  2. let b:atp_TexCompiler = 'lualatex'
  3. let b:atp_TexOptions = '-synctex=1,-shell-escape'
  4. let g:Tex_CompileRule_pdf = 'lualatex -interaction=nonstopmode -shell-escape $*'
  5. let b:atp_OpenViewer=1
  6. let g:tex_flavor = 'tex'
  7. let b:atp_Viewer = 'skim'
  8. let b:atp_TexFlavor = "latex"
  9. let g:atp_ProgressBar = 1
  10. let g:atp_statusNotif=1
  11. let g:atp_Compiler = 'python'
  12. let g:atp_Python    = 'python'
  13. let g:atp_StatusLine=1
  14. let g:atp_status_notification = 1
  15. let maplocalleader      = ","
  16. let mapleader = ","
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement