mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 10:45:16 -07:00
29 lines
575 B
JSON
29 lines
575 B
JSON
|
{
|
||
|
"$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json",
|
||
|
"runtime": {
|
||
|
"version": "LuaJIT"
|
||
|
},
|
||
|
"workspace": {
|
||
|
"library": [
|
||
|
"runtime/lua",
|
||
|
"${3rd}/busted/library",
|
||
|
"${3rd}/luv/library"
|
||
|
],
|
||
|
"checkThirdParty": false
|
||
|
},
|
||
|
"diagnostics": {
|
||
|
"groupFileStatus": {
|
||
|
"strict": "Opened",
|
||
|
"strong": "Opened"
|
||
|
},
|
||
|
"groupSeverity": {
|
||
|
"strong": "Warning",
|
||
|
"strict": "Warning"
|
||
|
},
|
||
|
"unusedLocalExclude": [ "_*" ],
|
||
|
"disable": [
|
||
|
"luadoc-miss-see-name"
|
||
|
]
|
||
|
}
|
||
|
}
|