Skip to content

Commit 0c29e37

Browse files
authored
docs(README): dependency install instructions for vim.pack (#1891)
1 parent 8978568 commit 0c29e37

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,10 +197,10 @@ vim.pack.add({
197197
version = vim.version.range('3')
198198
},
199199
-- dependencies
200-
"nvim-lua/plenary.nvim",
201-
"MunifTanjim/nui.nvim",
200+
"https://github.com/nvim-lua/plenary.nvim",
201+
"https://github.com/MunifTanjim/nui.nvim",
202202
-- optional, but recommended
203-
"nvim-tree/nvim-web-devicons",
203+
"https://github.com/nvim-tree/nvim-web-devicons",
204204
})
205205
```
206206

0 commit comments

Comments
 (0)