starter/lazyvim.json

11 lines
194 B
JSON
Raw Normal View History

2024-03-05 18:45:59 +08:00
{
"extras": [
2024-03-09 01:32:38 +08:00
"lazyvim.plugins.extras.dap.core",
"lazyvim.plugins.extras.lang.java",
"lazyvim.plugins.extras.test.core"
2024-03-05 18:45:59 +08:00
],
"news": {
"NEWS.md": "2123"
},
2024-03-09 01:32:38 +08:00
"version": 3
2024-03-05 18:45:59 +08:00
}