From a2e39ac5bc7855d7fb3562a8801e41a21c6f8204 Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Thu, 8 Aug 2019 19:43:39 -0400 Subject: [PATCH] vim: disable polyglot-latex --- vim/vimrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vim/vimrc b/vim/vimrc index 6acf99d..c12aa56 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -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 = "\[38;2;%lu;%lu;%lum" let &t_8b = "\[48;2;%lu;%lu;%lum" - let base16colorspace=256 set termguicolors endif