From 62a276a336fb32d6ef6ea724dc556ab9385dab8b Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Sun, 4 Dec 2022 01:30:48 +0100 Subject: [PATCH] remove luarc.json --- .gitignore | 2 ++ .luarc.json | 5 ----- 2 files changed, 2 insertions(+), 5 deletions(-) delete mode 100644 .luarc.json diff --git a/.gitignore b/.gitignore index 62b7e09..add2517 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,5 @@ plugged rplugin.vim plugin/packer_compiled.lua venv_debugpy +.luarc.json +.luarc.json diff --git a/.luarc.json b/.luarc.json deleted file mode 100644 index 8f4a02f..0000000 --- a/.luarc.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json", - "Lua.diagnostics.disable": ["undefined-global"] -} -