mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-12 04:52:53 +01:00
12 lines
No EOL
268 B
JSON
12 lines
No EOL
268 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
|
|
"Lua.diagnostics.globals": [
|
|
"vim",
|
|
"luakit",
|
|
"lfs",
|
|
"cg"
|
|
],
|
|
"Lua.workspace.library": [
|
|
"${3rd}/lfs/library"
|
|
]
|
|
} |