mirror of
https://github.com/neovim/neovim
synced 2025-07-16 09:11:51 +00:00
feat(types): add test/.luarc.json
Authored-By: Lewis Russell <lewis6991@gmail.com> Co-Authored-By: Lewis Russell <lewis6991@gmail.com>
This commit is contained in:
28
test/.luarc.json
Normal file
28
test/.luarc.json
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
{
|
||||||
|
"$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": [ "_*" ]
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user