summaryrefslogtreecommitdiff
path: root/.luacheckrc
diff options
context:
space:
mode:
authorkylo252 <[email protected]>2022-01-03 11:07:34 +0100
committerGitHub <[email protected]>2022-01-03 11:07:34 +0100
commiteefc148313917b1a474ba7bdf44d6d088524074a (patch)
tree392306a7525dfb448c55282d6e2e08e64bbfe066 /.luacheckrc
parent238e43e5b370ef17267c344954e28003cd26614a (diff)
refactor(bootstrap): more robust git module (#2127)
Diffstat (limited to '.luacheckrc')
-rw-r--r--.luacheckrc3
1 files changed, 1 insertions, 2 deletions
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"