Migrated vim+vundle config to neovim+plug
This commit is contained in:
commit
b531014a99
20 changed files with 2861 additions and 0 deletions
7
after/plugin/syntastic.vim
Normal file
7
after/plugin/syntastic.vim
Normal file
|
@ -0,0 +1,7 @@
|
|||
|
||||
hi SyntasticErrorLine ctermbg=52 ctermfg=fg cterm=NONE
|
||||
hi SyntasticWarningLine ctermbg=234 ctermfg=fg cterm=NONE
|
||||
|
||||
let g:syntastic_tex_chktex_showmsg = 0
|
||||
let g:syntastic_tex_chktex_args = '-n 1 -n 11'
|
||||
let g:syntastic_tex_checkers = ['chktex']
|
Loading…
Add table
Add a link
Reference in a new issue