mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 10:45:16 -07:00
32e69bd397
Cuts memory usage on startup from 600mb -> 200mb
32 lines
614 B
JSON
32 lines
614 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"
|
|
],
|
|
"ignoreDir": [
|
|
"test"
|
|
],
|
|
"checkThirdParty": false
|
|
},
|
|
"diagnostics": {
|
|
"groupFileStatus": {
|
|
"strict": "Opened",
|
|
"strong": "Opened"
|
|
},
|
|
"groupSeverity": {
|
|
"strong": "Warning",
|
|
"strict": "Warning"
|
|
},
|
|
"unusedLocalExclude": [ "_*" ],
|
|
"disable": [
|
|
"luadoc-miss-see-name"
|
|
]
|
|
}
|
|
}
|