mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 02:34:59 -07:00
29 lines
614 B
JSON
29 lines
614 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json",
|
|
"runtime": {
|
|
"version": "LuaJIT"
|
|
},
|
|
"workspace": {
|
|
"library": [
|
|
"../runtime/lua",
|
|
"../build/usr/share/lua/5.1",
|
|
"../build",
|
|
"${3rd}/busted/library",
|
|
"${3rd}/luassert/library",
|
|
"${3rd}/luv/library"
|
|
],
|
|
"checkThirdParty": "Disable"
|
|
},
|
|
"diagnostics": {
|
|
"groupFileStatus": {
|
|
"strict": "Opened",
|
|
"strong": "Opened"
|
|
},
|
|
"groupSeverity": {
|
|
"strong": "Warning",
|
|
"strict": "Warning"
|
|
},
|
|
"unusedLocalExclude": [ "_*" ]
|
|
}
|
|
}
|