Skip to content

Commit

Permalink
chore(mini.nvim): use stable version (#346)
Browse files Browse the repository at this point in the history
## 📃 Summary

<!-- Provide some context about the pull request, it makes the review
easier. -->

## 📸 Preview

<!-- If there's a visual impact to your change, please provide a
screenshot. You can directly upload it to GitHub by dragging in this
text area. -->
  • Loading branch information
shortcuts committed May 9, 2024
1 parent 34625be commit 0b32996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ $(addprefix test-, $(TESTFILES)): test-%:
deps:
git clone --depth 1 https://github.com/nvim-lua/plenary.nvim deps/plenary
git clone --depth 1 https://github.com/nvim-neotest/nvim-nio deps/nvim-nio
git clone --depth 1 https://github.com/echasnovski/mini.nvim deps/mini.nvim
git clone --depth 1 https://github.com/echasnovski/mini.nvim deps/mini.nvim --branch stable
git clone --depth 1 https://github.com/nvim-treesitter/nvim-treesitter deps/nvim-treesitter
git clone --depth 1 https://github.com/nvim-treesitter/playground deps/playground
git clone --depth 1 https://github.com/nvim-neotest/neotest deps/neotest
Expand Down

0 comments on commit 0b32996

Please sign in to comment.