mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-11 11:43:03 +03:00
LaTeX & Syntastic
This commit is contained in:
parent
5ce2dcd9fa
commit
6f0c52b7db
2 changed files with 10 additions and 0 deletions
|
|
@ -56,6 +56,7 @@ let g:vimtex_view_method='zathura'
|
||||||
let g:vimtex_quickfix_mode=0
|
let g:vimtex_quickfix_mode=0
|
||||||
set conceallevel=2
|
set conceallevel=2
|
||||||
let g:tex_conceal='abdmgs'
|
let g:tex_conceal='abdmgs'
|
||||||
|
let g:syntastic_tex_lacheck_quiet_messages = { 'regex': '\Vpossible unwanted space at' }
|
||||||
|
|
||||||
"Python
|
"Python
|
||||||
"let g:python_host_prog='/usr/bin/python'
|
"let g:python_host_prog='/usr/bin/python'
|
||||||
|
|
|
||||||
|
|
@ -5,3 +5,12 @@ endsnippet
|
||||||
snippet suml "\sum\limits"
|
snippet suml "\sum\limits"
|
||||||
\sum\limits^{${1:n}}_{${2:i=1}} $0
|
\sum\limits^{${1:n}}_{${2:i=1}} $0
|
||||||
endsnippet
|
endsnippet
|
||||||
|
|
||||||
|
snippet part "\partial"
|
||||||
|
\partial $0
|
||||||
|
endsnippet
|
||||||
|
|
||||||
|
snippet vmat "\begin{pmatrix} \end{pmatrix}"
|
||||||
|
\begin{pmatrix} $1 \end{pmatrix}$0
|
||||||
|
endsnippet
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue