diff options
Diffstat (limited to '')
-rw-r--r-- | lua/.luarc.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lua/.luarc.json b/lua/.luarc.json new file mode 100644 index 0000000..8d322a3 --- /dev/null +++ b/lua/.luarc.json @@ -0,0 +1,9 @@ +{ + "diagnostics.globals": [ + "g", + "o", + "a", + "vim", + ], + "workspace.checkThirdParty": false +} |