21 lines
379 B
JSON
21 lines
379 B
JSON
{
|
|
"runtime": {
|
|
"version": "LuaJIT",
|
|
"path": ["lua/?.lua", "lua/?/init.lua"]
|
|
},
|
|
"diagnostics": {
|
|
"globals": ["vim"]
|
|
},
|
|
"workspace": {
|
|
"library": [
|
|
"$VIMRUNTIME/lua",
|
|
"${3rd}/luv/library",
|
|
"${3rd}/busted/library"
|
|
],
|
|
"checkThirdParty": false,
|
|
"ignoreDir": [".direnv"]
|
|
},
|
|
"completion": {
|
|
"callSnippet": "Replace"
|
|
}
|
|
}
|