aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorLewis Russell <lewis6991@gmail.com>2023-08-07 16:27:53 +0100
committerGitHub <noreply@github.com>2023-08-07 16:27:53 +0100
commitc0beb8173fe2f8a8f71cd5a3a6cdfed145a1d973 (patch)
treeea9934b255ffffea99de164302297b2b271a6c06 /contrib
parent832459219b4cbf3151e48b43187f1ab0c94ea285 (diff)
downloadrneovim-c0beb8173fe2f8a8f71cd5a3a6cdfed145a1d973.tar.gz
rneovim-c0beb8173fe2f8a8f71cd5a3a6cdfed145a1d973.tar.bz2
rneovim-c0beb8173fe2f8a8f71cd5a3a6cdfed145a1d973.zip
feat: add .luarc.json (#24592)
Diffstat (limited to 'contrib')
-rw-r--r--contrib/luarc.json31
1 files changed, 0 insertions, 31 deletions
diff --git a/contrib/luarc.json b/contrib/luarc.json
deleted file mode 100644
index 31126e4215..0000000000
--- a/contrib/luarc.json
+++ /dev/null
@@ -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
-}