1 Star 0 Fork 2

乖不如野/LunarVim

forked from dragon/LunarVim 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.luacheckrc 850 Bytes
一键复制 编辑 原始数据 按行查看 历史
---@diagnostic disable
-- vim: ft=lua tw=80
stds.nvim = {
globals = {
"lvim",
"reload",
vim = { fields = { "g" } },
"TERMINAL",
"USER",
"C",
"Config",
"WORKSPACE_PATH",
"JAVA_LS_EXECUTABLE",
"MUtils",
"USER_CONFIG_PATH",
os = { fields = { "capture" } },
},
read_globals = {
"jit",
"os",
"vim",
"join_paths",
"get_runtime_dir",
"get_config_dir",
"get_cache_dir",
"get_lvim_base_dir",
"require_clean",
},
}
std = "lua51+nvim"
files["tests/*_spec.lua"].std = "lua51+nvim+busted"
files["lua/lvim/impatient*"].ignore = {"121"}
-- Don't report unused self arguments of methods.
self = false
-- Rerun tests only if their modification time changed.
cache = true
ignore = {
"631", -- max_line_length
"212/_.*", -- unused argument, for vars with "_" prefix
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Hanby0511/LunarVim.git
git@gitee.com:Hanby0511/LunarVim.git
Hanby0511
LunarVim
LunarVim
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385