diff options
| author | Anton Bobov <abobov@gmail.com> | 2020-09-13 19:52:02 +0500 |
|---|---|---|
| committer | Anton Bobov <abobov@gmail.com> | 2020-09-13 19:52:02 +0500 |
| commit | 9d9c0fe43a2f0010ac3dbc66f42ebe91ab7e275c (patch) | |
| tree | 3fec783ceb5699968642aa7fac2e337f95e6b592 /files/.vimrc | |
| parent | ec70bae69ba5574ee745131d9a501d97363cf73a (diff) | |
Fix vim polyglot plugin.
Diffstat (limited to 'files/.vimrc')
| -rw-r--r-- | files/.vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
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 {{{ |
