Skip to content

Commit

Permalink
Fix issue related to UpdateRemotePlugins
Browse files Browse the repository at this point in the history
The vim-plugged was not executing the command after installing
this plugin.
  • Loading branch information
danpawlik authored and numirias committed Jul 24, 2021
1 parent 811738d commit a22cdae
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 @@ -36,7 +36,7 @@ In the above example, you can easily distinguish arguments (blue), instance attr

- Add `numirias/semshi` via your plugin manager. If you're using [vim-plug](https://github.com/junegunn/vim-plug), add...

Plug 'numirias/semshi', {'do': ':UpdateRemotePlugins'}
Plug 'numirias/semshi', { 'do': ':UpdateRemotePlugins' }
...and run `:PlugInstall`.

Expand Down

0 comments on commit a22cdae

Please sign in to comment.