20 lines
501 B
JSON
20 lines
501 B
JSON
|
{
|
||
|
"$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"
|
||
|
}
|
||
|
]
|
||
|
}
|