vim: disable polyglot-latex

master
an 2019-08-08 19:43:39 -04:00
parent 3c836c61cc
commit a2e39ac5bc
1 changed files with 1 additions and 2 deletions

View File

@ -282,7 +282,7 @@ let abolish_no_mappings=1 " we set out own later
let zig_fmt_autosave=0
" polyglot
let polyglot_disabled=['c++11']
let polyglot_disabled=["c++11", "latex"]
" gui and terminal specific settings
if has('gui_running')
@ -297,7 +297,6 @@ else
" use high-color terminal capabilities
let &t_8f = "\<Esc>[38;2;%lu;%lu;%lum"
let &t_8b = "\<Esc>[48;2;%lu;%lu;%lum"
let base16colorspace=256
set termguicolors
endif