aboutsummaryrefslogtreecommitdiff
path: root/.luarc.json
diff options
context:
space:
mode:
Diffstat (limited to '.luarc.json')
-rw-r--r--.luarc.json14
1 files changed, 0 insertions, 14 deletions
diff --git a/.luarc.json b/.luarc.json
deleted file mode 100644
index 96d006c..0000000
--- a/.luarc.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "runtime.version": "LuaJIT",
- "runtime.path": [
- "lua/?.lua",
- "lua/?.init.lua"
- ],
- "diagnostics.globals": [
- "vim"
- ],
- "workspace.checkThirdParty": false,
- "workspace.library": [
- "$VIMRUNTIME"
- ]
-}