feat: make container updates easier

This commit is contained in:
Job
2024-09-28 17:56:33 +02:00
parent 7a63471603
commit 54865b536a
4 changed files with 24 additions and 4 deletions

10
config/nvim/lazyvim.json Normal file
View File

@@ -0,0 +1,10 @@
{
"extras": [
"lazyvim.plugins.extras.coding.copilot",
"lazyvim.plugins.extras.dap.core"
],
"news": {
"NEWS.md": "6520"
},
"version": 6
}