doc: Mention tag wildcard support

ref: https://github.com/wbthomason/packer.nvim/pull/809
This commit is contained in:
danymat
2022-02-10 11:24:05 +01:00
parent 469d1e40c0
commit fc8e18c839

View File

@@ -44,7 +44,9 @@ use {
config = function() config = function()
require('neogen').setup {} require('neogen').setup {}
end, end,
requires = "nvim-treesitter/nvim-treesitter" requires = "nvim-treesitter/nvim-treesitter",
-- Uncomment next line if you want to follow only stable versions
-- tag = "*"
} }
``` ```