mirror of
https://github.com/neovim/neovim
synced 2025-07-15 16:51:49 +00:00
feat: add .luarc.json (#24592)
This commit is contained in:
@ -1,31 +0,0 @@
|
||||
{
|
||||
"runtime.version": "LuaJIT",
|
||||
"diagnostics": {
|
||||
"enable": true,
|
||||
"globals": [
|
||||
"vim",
|
||||
"describe",
|
||||
"pending",
|
||||
"it",
|
||||
"before_each",
|
||||
"after_each",
|
||||
"setup",
|
||||
"teardown",
|
||||
"finally",
|
||||
"lfs"
|
||||
],
|
||||
"disable": [
|
||||
"luadoc-miss-see-name"
|
||||
]
|
||||
},
|
||||
"workspace": {
|
||||
"library": [
|
||||
"runtime/lua",
|
||||
"${3rd}/lfs/library"
|
||||
],
|
||||
"checkThirdParty": false,
|
||||
"maxPreload": 2000,
|
||||
"preloadFileSize": 1000
|
||||
},
|
||||
"telemetry.enable": false
|
||||
}
|
Reference in New Issue
Block a user