Skip to content

Commit 4795ac2

Browse files
Bastesmhanberg
andauthored
docs: install instructions for vim-plug (#231)
Co-authored-by: Mitchell Hanberg <mitch@mitchellhanberg.com>
1 parent b465f6a commit 4795ac2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,13 @@ Requires 0.8
6868
use({ "elixir-tools/elixir-tools.nvim", tag = "stable", requires = { "nvim-lua/plenary.nvim" }})
6969
```
7070

71+
## vim-plug
72+
73+
```vimscript
74+
Plug "nvim-lua/plenary.nvim"
75+
Plug "elixir-tools/elixir-tools.nvim", { "tag": "stable" }
76+
```
77+
7178
# Getting Started
7279

7380
## Minimal Setup

0 commit comments

Comments
 (0)