From 78050719581952e32c9951b86b7176b2f7be7d7f Mon Sep 17 00:00:00 2001 From: "Arman.H" Date: Tue, 10 May 2022 18:49:07 +0430 Subject: [PATCH] fix: remove luarc --- .luarc.json | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 .luarc.json diff --git a/.luarc.json b/.luarc.json deleted file mode 100644 index 0adca65..0000000 --- a/.luarc.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json", - "Lua.diagnostics.globals": [ - "vim", - "nvchad" - ] -} \ No newline at end of file