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"] -} -