doc: Mention tag wildcard support
ref: https://github.com/wbthomason/packer.nvim/pull/809
This commit is contained in:
@@ -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 = "*"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user