From 9519679a5269a1448f26b09328046d37fefbf352 Mon Sep 17 00:00:00 2001 From: Michel Belleville Date: Thu, 12 Dec 2024 09:47:53 +0100 Subject: [PATCH 1/2] Install instructions for vim-plug Adds install instructions for vim-plug in the `README.md` --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 4c4b2340..1b7f9966 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,13 @@ Requires 0.8 use({ "elixir-tools/elixir-tools.nvim", tag = "stable", requires = { "nvim-lua/plenary.nvim" }}) ``` +## Vim-Plug + +```vimscript +Plug "nvim-lua/plenary.nvim" +Plug "elixir-tools/elixir-tools.nvim", { "tag": "stable" } +``` + # Getting Started ## Minimal Setup From 7364ea59a06fc60442d8bb6cbb72b768bb5e4dc2 Mon Sep 17 00:00:00 2001 From: Mitchell Hanberg Date: Tue, 24 Dec 2024 16:46:25 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b7f9966..6a11e323 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ Requires 0.8 use({ "elixir-tools/elixir-tools.nvim", tag = "stable", requires = { "nvim-lua/plenary.nvim" }}) ``` -## Vim-Plug +## vim-plug ```vimscript Plug "nvim-lua/plenary.nvim"