projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
5828c5c
)
vim-latex set default target format to pdf
author
Amin Bandali
<me@aminb.org>
Thu, 5 Mar 2015 04:04:51 +0000
(23:04 -0500)
committer
Amin Bandali
<me@aminb.org>
Thu, 5 Mar 2015 04:04:51 +0000
(23:04 -0500)
vim/.vimrc
patch
|
blob
|
blame
|
history
diff --git
a/vim/.vimrc
b/vim/.vimrc
index
f459549
..
d3e1a1c
100644
(file)
--- a/
vim/.vimrc
+++ b/
vim/.vimrc
@@
-243,3
+243,5
@@
set pastetoggle=<leader>t
"set conceallevel=0
"let g:vim_json_syntax_conceal = 0
"let g:indentLine_noConcealCursor=""
"set conceallevel=0
"let g:vim_json_syntax_conceal = 0
"let g:indentLine_noConcealCursor=""
+" latex mode settings
+let g:Tex_DefaultTargetFormat = "pdf"