nvim-tree.lua/.luacheckrc

15 lines
209 B
Text
Raw Permalink Normal View History

2020-06-08 11:23:30 +02:00
-- 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
2021-06-29 22:17:40 +02:00
globals = {
2020-06-08 11:23:30 +02:00
"vim",
"TreeExplorer"
2020-06-08 11:23:30 +02:00
}