From f35b13d669867209427449840ff0930a732591dc Mon Sep 17 00:00:00 2001 From: Squibid Date: Fri, 24 Nov 2023 21:38:31 -0500 Subject: more stuff too lazy to seperate --- lua/.luarc.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lua/.luarc.json (limited to 'lua/.luarc.json') 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 +} -- cgit v1.2.1