diff options
Diffstat (limited to 'vim/.vim')
-rwxr-xr-x | vim/.vim/vimrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc index 40c00db..8abecb1 100755 --- a/vim/.vim/vimrc +++ b/vim/.vim/vimrc @@ -25,8 +25,9 @@ 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 -command W w map Q gq +command Q q +command W w call plug#begin('~/.vim/plugged') Plug 'https://github.com/morhetz/gruvbox.git' |