Skip to content

Commit

Permalink
docs(README): add LuaRocks installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
tmillr committed Oct 16, 2024
1 parent a182041 commit 3011b7d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ Simply use your preferred method of installing Vim/Neovim plugins.
luarocks install --dev sos.nvim
```

### LuaRocks (latest release)

```sh
luarocks install sos.nvim
```

### Example using `Plug`

To install this plugin via Plug, add the following line to your vimrc/init file, plug file, or any other file that gets sourced during Neovim's initialization:
Expand Down

0 comments on commit 3011b7d

Please sign in to comment.