Skip to content

Commit

Permalink
docs: lsof dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kiyoon authored Jun 18, 2024
1 parent c97045c commit eb23308
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,12 @@ Install python support for Neovim.
pip3 install --user pynvim
```

Make sure you have Neovim installed.
Make sure you have Neovim and lsof installed.
```bash
nvim --version
lsof -h # most distro include this, but maybe Arch wouldn't have it.
```

You should now be able to use the plugin.

### Updating the plugin
Expand Down

0 comments on commit eb23308

Please sign in to comment.