lots of macbook vim stuff
This commit is contained in:
parent
5b483a9db7
commit
feb59d91c5
20 changed files with 267 additions and 226 deletions
15
.luacheckrc
Normal file
15
.luacheckrc
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
globals = {
|
||||
'vim',
|
||||
'assert',
|
||||
}
|
||||
|
||||
-- Don't report unused self arguments of methods.
|
||||
self = false
|
||||
|
||||
-- Rerun tests only if their modification time changed.
|
||||
cache = true
|
||||
|
||||
ignore = {
|
||||
'631', -- max_line_length
|
||||
'212/_.*', -- unused argument, for vars with "_" prefix
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue