refactor(build): include lpeg as a library

This commit is contained in:
bfredl
2023-04-20 13:19:38 +02:00
parent 9f0762f1fe
commit 45bcf83869
19 changed files with 376 additions and 52 deletions

View File

@@ -56,6 +56,7 @@ vim._submodules = {
version = true,
fs = true,
iter = true,
re = true,
}
-- These are for loading runtime modules in the vim namespace lazily.