nvim-tree.lua/.luacheckrc
2020-06-08 11:23:30 +02:00

14 lines
197 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
read_globals = {
"vim",
}