summaryrefslogtreecommitdiff
path: root/after/ftplugin/tex.vim
blob: 88a9b0d3759f773a0925db5bd291d89206b7efde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
" Spell checking
set spell spelllang=en_us

" Does not highlight conceal
highlight Conceal ctermbg=NONE ctermfg=NONE guibg=NONE guifg=NONE
let g:vimtex_view_general_viewer = 'zathura'

" VimTex specific settings
set conceallevel=1
let g:tex_conceal='abdmg'

" Auto complete for $ in pandoc markdown
let b:AutoPairs = extend({'$': '$'}, g:AutoPairs, 'keep')
let java_ignore_javadoc=1