From 9d9c0fe43a2f0010ac3dbc66f42ebe91ab7e275c Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Sun, 13 Sep 2020 19:52:02 +0500 Subject: Fix vim polyglot plugin. --- files/.vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/.vimrc') diff --git a/files/.vimrc b/files/.vimrc index 0449fa7..8a464ba 100644 --- a/files/.vimrc +++ b/files/.vimrc @@ -63,6 +63,7 @@ Plugin 'https://github.com/arecarn/vim-crunch' Plugin 'christoomey/vim-tmux-navigator' Plugin 'lervag/vimtex' " A solid language pack for Vim. +let g:polyglot_disabled = ['latex'] Plugin 'sheerun/vim-polyglot' Plugin 'terryma/vim-expand-region' " Maintains a history of previous yanks, changes and deletes @@ -624,7 +625,6 @@ let g:pandoc#filetypes#pandoc_markdown = 0 " }}} " polyglot {{{ -let g:polyglot_disabled = ['latex'] " }}} " YankRing {{{ -- cgit v1.2.3