feat(lua): add vim.loader

feat: new faster lua loader using byte-compilation
This commit is contained in:
Folke Lemaitre
2023-03-26 12:42:15 +02:00
committed by GitHub
parent 6a6191174a
commit 2257ade3dc
6 changed files with 594 additions and 0 deletions

View File

@@ -28,6 +28,7 @@
for k, v in pairs({
treesitter = true,
filetype = true,
loader = true,
F = true,
lsp = true,
highlight = true,