We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cb5a8f commit 7cdda8dCopy full SHA for 7cdda8d
vimrc
@@ -97,7 +97,7 @@ silent! if plug#begin('~/.vim/plugged')
97
Plug 'junegunn/vim-github-dashboard' " Github dashboard integration
98
Plug 'glts/vim-textobj-comment' " add ic, ac and aC for comment text objects
99
Plug 'davidhalter/jedi-vim', { 'for': 'python' } " Python completion
100
- Plug 'jmcantrell/vim-virtualenv' " Plugin to make Vim recognize the virtualenv it's being running into
+ Plug 'jmcantrell/vim-virtualenv', { 'for': 'python' } " Plugin to make Vim recognize the virtualenv it's being running into
101
Plug 'sukima/xmledit' " xml like helpers
102
" Plug 'Shougo/neocomplete.vim'
103
0 commit comments