mirror of
https://github.com/neovim/neovim.git
synced 2026-04-25 16:54:12 +00:00
25 lines
490 B
JSON
25 lines
490 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json",
|
|
"runtime": {
|
|
"version": "LuaJIT"
|
|
},
|
|
"workspace": {
|
|
"library": [
|
|
"../runtime/lua",
|
|
"${3rd}/luv/library"
|
|
],
|
|
"checkThirdParty": "Disable"
|
|
},
|
|
"diagnostics": {
|
|
"groupFileStatus": {
|
|
"strict": "Any",
|
|
"strong": "Any"
|
|
},
|
|
"groupSeverity": {
|
|
"strong": "Warning",
|
|
"strict": "Warning"
|
|
},
|
|
"unusedLocalExclude": [ "_*" ]
|
|
}
|
|
}
|