diff options
| author | Crony Akatsuki <crony@cronyakatsuki.xyz> | 2025-10-21 21:04:04 +0200 |
|---|---|---|
| committer | Crony Akatsuki <crony@cronyakatsuki.xyz> | 2025-10-21 21:04:04 +0200 |
| commit | b27714866fce8f00621b12b5baf9611c3c930bba (patch) | |
| tree | bd775b366b6cab6c53a52c393564e0805ba4c5c3 /.luarc.json | |
| parent | b57dc94d3a6aacc1f0050ae6d3f55f7ad4d27e29 (diff) | |
| download | nvim-b27714866fce8f00621b12b5baf9611c3c930bba.zip nvim-b27714866fce8f00621b12b5baf9611c3c930bba.tar.gz | |
feat: .lua_ls.rc won't fix all issues
Diffstat (limited to '.luarc.json')
| -rw-r--r-- | .luarc.json | 14 |
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" - ] -} |
