mirror of
https://github.com/taigrr/glaze.nvim.git
synced 2026-04-02 03:09:10 -07:00
16 lines
292 B
JSON
16 lines
292 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
|
|
"runtime": {
|
|
"version": "LuaJIT"
|
|
},
|
|
"diagnostics": {
|
|
"globals": ["vim"]
|
|
},
|
|
"workspace": {
|
|
"library": [
|
|
"${3rd}/luv/library"
|
|
],
|
|
"checkThirdParty": false
|
|
}
|
|
}
|