From 76327a79a5e9e6ca00f80ff5fe0a14f316faab0f Mon Sep 17 00:00:00 2001 From: Micah Halter Date: Thu, 22 Jun 2023 11:29:07 -0400 Subject: [PATCH] chore: remove unnecessary luacheck globals --- .luacheckrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/.luacheckrc b/.luacheckrc index 809581e..d1113eb 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -1,12 +1,9 @@ -- Global objects globals = { - "PACKER_BOOTSTRAP", "astronvim", "astronvim_installation", "vim", "bit", - "C", - "packer_plugins", } -- Rerun tests only if their modification time changed