mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
24 lines
444 B
JSON
24 lines
444 B
JSON
|
{
|
||
|
"runtime.version": "LuaJIT",
|
||
|
"diagnostics": {
|
||
|
"enable": true,
|
||
|
"globals": [
|
||
|
"vim",
|
||
|
"describe",
|
||
|
"it",
|
||
|
"before_each",
|
||
|
"after_each",
|
||
|
"setup",
|
||
|
"teardown"
|
||
|
]
|
||
|
},
|
||
|
"workspace": {
|
||
|
"library": {
|
||
|
"runtime/lua": true
|
||
|
},
|
||
|
"maxPreload": 2000,
|
||
|
"preloadFileSize": 1000
|
||
|
},
|
||
|
"telemetry.enable": false
|
||
|
}
|