From eefc148313917b1a474ba7bdf44d6d088524074a Mon Sep 17 00:00:00 2001 From: kylo252 <59826753+kylo252@users.noreply.github.com> Date: Mon, 3 Jan 2022 11:07:34 +0100 Subject: refactor(bootstrap): more robust git module (#2127) --- .luacheckrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.luacheckrc') diff --git a/.luacheckrc b/.luacheckrc index 71745e48..136e2326 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -23,8 +23,7 @@ stds.nvim = { "get_config_dir", "get_cache_dir", "get_lvim_base_dir", - "get_version", - -- vim = { fields = { "cmd", "api", "fn", "o" } }, + "require_clean", }, } std = "lua51+nvim" -- cgit v1.2.3