Skip to content

Commit

Permalink
Update installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
alyosha committed Sep 7, 2020
1 parent 535b413 commit 8f39d10
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Control your media players from inside Vim, if you're really
that lazy 😏

## Commands
## commands
- `:Play` => Begin playback from active media player
- `:Pause` => Pause playback from active media player
- `:PauseAll` => Pause playback from all runing media players
Expand All @@ -18,13 +18,15 @@ that lazy 😏
Please keep in mind that some media players may not have implemented MPRIS
fully/at all and available functionality can vary with each player.

## Coming soon
## coming soon
- Seek forward/backwards
- Volume toggle
- Shuffle
- Optional status bar

## Installation
## installation
Using your preferred plugin manager or if all else fails:

`git clone https://github.com/alyosha/vimedia ~/.vim/bundle/vimedia`

You may need to install a newer version of Vim if yours wasn't built with python3.
2 changes: 1 addition & 1 deletion plugin/vimedia.vim
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
if !has("python3")
echom "only supported for vim versions built with python3"
echom "vimedia only supported for vim versions built with python3"
finish
endif

Expand Down

0 comments on commit 8f39d10

Please sign in to comment.