10 lines
253 B
JSON
10 lines
253 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json",
|
|
"runtime.version": "Lua 5.4",
|
|
"format.enable": true,
|
|
"workspace.library": ["/usr/share/nvim/runtime"],
|
|
"hint": {
|
|
"enable": true,
|
|
"setType": true
|
|
}
|
|
}
|