mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 11:15:14 -07:00
9c2270b834
Authored-By: Lewis Russell <lewis6991@gmail.com> Co-Authored-By: Lewis Russell <lewis6991@gmail.com>
29 lines
610 B
JSON
29 lines
610 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": false
|
|
},
|
|
"diagnostics": {
|
|
"groupFileStatus": {
|
|
"strict": "Opened",
|
|
"strong": "Opened"
|
|
},
|
|
"groupSeverity": {
|
|
"strong": "Warning",
|
|
"strict": "Warning"
|
|
},
|
|
"unusedLocalExclude": [ "_*" ]
|
|
}
|
|
}
|