Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Remove 'for' option
  • Loading branch information
stsewd authored Feb 24, 2018
1 parent f79162f commit 3f92c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Install using [vim-plug](https://github.com/junegunn/vim-plug).
Put this on your `init.vim`.

```vim
Plug 'stsewd/isort.nvim', { 'for': 'python', 'do': ':UpdateRemotePlugins' }
Plug 'stsewd/isort.nvim', { 'do': ':UpdateRemotePlugins' }
```

## Usage
Expand Down

0 comments on commit 3f92c27

Please sign in to comment.