starter/lazyvim.json

13 lines
185 B
JSON
Raw Normal View History

2024-03-29 21:57:29 +08:00
{
2024-11-20 17:02:10 +08:00
"extras.bak": [
2024-03-29 21:57:29 +08:00
"lazyvim.plugins.extras.editor.leap"
],
2024-11-20 17:02:10 +08:00
"extras": [
"lazyvim.plugins.extras.coding.codeium"
],
2024-03-29 21:57:29 +08:00
"news": {
"NEWS.md": "2123"
},
"version": 2
2024-11-20 17:02:10 +08:00
}