mirror of
https://github.com/neovim/nvim-lspconfig
synced 2025-03-11 04:27:36 +00:00
15 lines
277 B
JSON
15 lines
277 B
JSON
|
{
|
||
|
"$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json",
|
||
|
"runtime": {
|
||
|
"version": "LuaJIT"
|
||
|
},
|
||
|
"workspace": {
|
||
|
"library": [
|
||
|
"lua",
|
||
|
"$VIMRUNTIME",
|
||
|
"${3rd}/luv/library"
|
||
|
],
|
||
|
"checkThirdParty": false
|
||
|
}
|
||
|
}
|