diff options
Diffstat (limited to 'vim/.vim/vimrc')
-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' |