From 860945d30c23369be4253219849fb4016cf70c76 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Tue, 16 Apr 2019 13:52:46 +0700 Subject: Update 2019-04-16 --- vim/.vim/vimrc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vim') diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc index 8abecb1..6a9809e 100755 --- a/vim/.vim/vimrc +++ b/vim/.vim/vimrc @@ -25,11 +25,13 @@ let g:jedi#popup_on_dot = 0 let g:jedi#popup_select_first = 0 let g:jedi#show_call_signatures = 2 let g:jedi#smart_auto_mappings = 0 +let g:polyglot_disabled = ['latex'] map Q gq command Q q command W w call plug#begin('~/.vim/plugged') +Plug 'https://github.com/sheerun/vim-polyglot.git' Plug 'https://github.com/morhetz/gruvbox.git' Plug 'https://github.com/tpope/vim-abolish.git' Plug 'https://github.com/drmikehenry/vim-fontsize.git' -- cgit 1.4.1