spacevim/bundle/nvim-tree.lua/.luacheckrc

15 lines
209 B
Plaintext
Raw Normal View History

2024-08-21 14:17:26 +08: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
globals = {
"vim",
"TreeExplorer"
}