torpedo-bots/ols.json

20 lines
501 B
JSON
Raw Normal View History

2024-04-07 22:12:13 +03:00
{
"$schema": "https://raw.githubusercontent.com/DanielGavin/ols/master/misc/ols.schema.json",
"enable_document_symbols": true,
"enable_hover": true,
"enable_snippets": true,
"collections": [
{
"name": "core",
"path": "/home/vlad/dev/builds/Odin/core"
},
{
"name": "vendor",
"path": "/home/vlad/dev/builds/Odin/vendor"
},
{
"name": "src",
"path": "src"
}
]
}