summaryrefslogtreecommitdiff
path: root/.luacheckrc
diff options
context:
space:
mode:
authorSergio Mendez <[email protected]>2021-10-20 12:05:18 -0400
committerGitHub <[email protected]>2021-10-20 18:05:18 +0200
commit5cf8c07ee921f8dfed03415fe5b8322754ea8615 (patch)
tree001447e6f312499686d8fd5d13e5d48a3c6a7647 /.luacheckrc
parent9be8ea6aab5f6f4618cdcdbeafd9eec6bc049d24 (diff)
fix(bootstrap): support for using default neovim config and data directories (#1777)
Co-authored-by: kylo252 <[email protected]> Co-authored-by: James Walmsley <[email protected]>
Diffstat (limited to '.luacheckrc')
-rw-r--r--.luacheckrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc
index 8c965f6b..71745e48 100644
--- a/.luacheckrc
+++ b/.luacheckrc
@@ -22,6 +22,7 @@ stds.nvim = {
"get_runtime_dir",
"get_config_dir",
"get_cache_dir",
+ "get_lvim_base_dir",
"get_version",
-- vim = { fields = { "cmd", "api", "fn", "o" } },
},