blob: 895fcd9c101ed4600d282944f30e5381d2b45a39 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
" Does not highlight conceal
highlight Conceal ctermbg=NONE ctermfg=NONE guibg=NONE guifg=NONE
" VimTex specific settings
set conceallevel=1
let g:tex_conceal='abdmg'
" Spell checking
set spell spelllang=en_us
set textwidth=80
let g:vimtex_quickfix_ignore_filters = [
\ 'LaTeX Warning: Command \\under\(bar\|line\) has changed.',
\ 'Over-specification in `v',
\ '\\headheight is too small'
\]
|