lots of macbook vim stuff

This commit is contained in:
Iwaniuk Krzysztof 2024-06-07 03:14:27 +02:00
parent 5b483a9db7
commit feb59d91c5
20 changed files with 267 additions and 226 deletions

15
.luacheckrc Normal file
View 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
}