1 Star 0 Fork 0

cailiyang / neovim

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.luacheckrc 427 Bytes
一键复制 编辑 原始数据 按行查看 历史
-- vim: ft=lua tw=80
-- Ignore W211 (unused variable) with preload files.
files["**/preload.lua"] = {ignore = { "211" }}
-- 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
}
-- Global objects defined by the C code
read_globals = {
"vim",
}
1
https://gitee.com/cly11/neovim.git
git@gitee.com:cly11/neovim.git
cly11
neovim
neovim
master

搜索帮助