34 lines
811 B
JSON
34 lines
811 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
|
|
"diagnostics": {
|
|
"libraryFiles": "Disable"
|
|
},
|
|
"runtime": {
|
|
"version": "LuaJIT",
|
|
"path": [
|
|
"lua/?.lua",
|
|
"lua/?/init.lua",
|
|
"library/?.lua",
|
|
"library/?/init.lua"
|
|
]
|
|
},
|
|
"workspace": {
|
|
"checkThirdParty": "Disable",
|
|
"library": [
|
|
"$PWD/.dependencies/pack/vendor/start/plenary.nvim",
|
|
"$PWD/.dependencies/pack/vendor/start/nui.nvim",
|
|
"$PWD/.dependencies/pack/vendor/start/nvim-web-devicons",
|
|
"$PWD/.dependencies/pack/vendor/start/snacks.nvim",
|
|
"${3rd}/luassert",
|
|
"${3rd}/busted",
|
|
"${3rd}/luv",
|
|
"$VIMRUNTIME"
|
|
],
|
|
"ignoreDir": [
|
|
".dependencies",
|
|
".luarocks",
|
|
".lua",
|
|
".repro"
|
|
]
|
|
}
|
|
}
|