mirror of
https://github.com/folke/snacks.nvim
synced 2025-12-23 08:47:57 +00:00
9 lines
219 B
JSON
9 lines
219 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
|
|
"packages": {
|
|
".": {
|
|
"extra-files": ["lua/snacks/init.lua"],
|
|
"release-type": "simple"
|
|
}
|
|
}
|
|
}
|