diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2019-04-16 13:52:46 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2019-04-16 13:52:46 +0700 |
commit | 860945d30c23369be4253219849fb4016cf70c76 (patch) | |
tree | 26ac0c8776e9b261ae840edb12458fe9ac14c785 /vim | |
parent | b06aecea346686e7818063eadc3a48285646a883 (diff) | |
download | dotfiles-860945d30c23369be4253219849fb4016cf70c76.tar.gz |
Update 2019-04-16
Diffstat (limited to 'vim')
-rwxr-xr-x | vim/.vim/vimrc | 2 |
1 files changed, 2 insertions, 0 deletions
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' |