diff options
author | Brahmajit Das <listout@listout.xyz> | 2025-05-15 20:27:35 +0530 |
---|---|---|
committer | Brahmajit Das <listout@listout.xyz> | 2025-05-15 20:27:35 +0530 |
commit | 69e25c7c07e7f1d91377ec136d86ebb3c10bf7c8 (patch) | |
tree | 661583ff89ae703ed0ee86c3145ee9bf56172037 | |
parent | 5392a5bcb704d1404ec090aa9b3a32115d1fd234 (diff) |
adding luarc.json for lua-lsp
Signed-off-by: Brahmajit Das <listout@listout.xyz>
-rw-r--r-- | .luarc.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.luarc.json b/.luarc.json new file mode 100644 index 0000000..c8b8dd2 --- /dev/null +++ b/.luarc.json @@ -0,0 +1,4 @@ +{ + "$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json", + "diagnostics.globals": ["vim"] +} |