mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 20:10:05 +08:00
15 lines
209 B
Plaintext
15 lines
209 B
Plaintext
|
-- 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"
|
||
|
}
|