aboutsummaryrefslogtreecommitdiff
path: root/.luarc.json
diff options
context:
space:
mode:
authorCrony Akatsuki <crony@cronyakatsuki.xyz>2025-10-21 21:04:04 +0200
committerCrony Akatsuki <crony@cronyakatsuki.xyz>2025-10-21 21:04:04 +0200
commitb27714866fce8f00621b12b5baf9611c3c930bba (patch)
treebd775b366b6cab6c53a52c393564e0805ba4c5c3 /.luarc.json
parentb57dc94d3a6aacc1f0050ae6d3f55f7ad4d27e29 (diff)
downloadnvim-b27714866fce8f00621b12b5baf9611c3c930bba.zip
nvim-b27714866fce8f00621b12b5baf9611c3c930bba.tar.gz
feat: .lua_ls.rc won't fix all issues
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"
- ]
-}