mirror of https://github.com/folke/lazy.nvim.git
10 lines
224 B
JSON
10 lines
224 B
JSON
|
{
|
||
|
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
|
||
|
"packages": {
|
||
|
".": {
|
||
|
"release-type": "simple",
|
||
|
"extra-files": ["lua/lazy/core/config.lua"]
|
||
|
}
|
||
|
}
|
||
|
}
|