From fc8e18c839d8ca2083f5e07036fc6c579cedf899 Mon Sep 17 00:00:00 2001 From: danymat Date: Thu, 10 Feb 2022 11:24:05 +0100 Subject: [PATCH] doc: Mention tag wildcard support ref: https://github.com/wbthomason/packer.nvim/pull/809 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 95e9b64..f8d5356 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,9 @@ use { config = function() require('neogen').setup {} end, - requires = "nvim-treesitter/nvim-treesitter" + requires = "nvim-treesitter/nvim-treesitter", + -- Uncomment next line if you want to follow only stable versions + -- tag = "*" } ```