Skip to content

Commit ef5f327

Browse files
authored
Merge pull request #1029 from IOAyman/patch-1
Lazy-load the plugin only for Python files using Vim-Plug.
2 parents b207a1c + 8db864f commit ef5f327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Enable [pathogen](https://github.com/tpope/vim-pathogen) in your `~/.vimrc`:
114114
Include the following in the [vim-plug](https://github.com/junegunn/vim-plug)
115115
section of your `~/.vimrc`:
116116

117-
Plug 'python-mode/python-mode', { 'branch': 'develop' }
117+
Plug 'python-mode/python-mode', { 'for': 'python', 'branch': 'develop' }
118118

119119
## Manually
120120

0 commit comments

Comments
 (0)