nvim-tree.lua/.luacheckrc
2021-06-29 22:17:40 +02:00

14 lines
192 B
Lua

-- vim: ft=lua tw=80
-- Don't report unused self arguments of methods.
self = false
ignore = {
"631", -- max_line_length
}
-- Global objects defined by the C code
globals = {
"vim",
}