dotfiles/.luacheckrc

14 lines
218 B
Lua

---@diagnostic disable: undefined-global
files["home/apps/neovim"] = {
globals = { "vim" },
std = "lua51+luajit",
}
return {
exclude_files = {
".direnv/*",
"result/*",
},
max_line_length = false,
}