From 69e25c7c07e7f1d91377ec136d86ebb3c10bf7c8 Mon Sep 17 00:00:00 2001 From: Brahmajit Das Date: Thu, 15 May 2025 20:27:35 +0530 Subject: adding luarc.json for lua-lsp Signed-off-by: Brahmajit Das --- .luarc.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .luarc.json 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"] +} -- cgit v1.2.3