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