initial commit

This commit is contained in:
raf 2025-03-05 02:54:45 +03:00
commit d544001f56
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
4 changed files with 511 additions and 0 deletions

10
.luacheckrc Normal file
View file

@ -0,0 +1,10 @@
-- Don't report unused self arguments of methods.
self = false
ignore = {
"631", -- max_line_length
}
globals = { "vim" }
-- vim: ft=lua tw=80