feat(lua): vim.pos/vim.range

This commit is contained in:
Yi Ming
2025-08-03 23:17:44 +08:00
parent 8d154e5927
commit 98f8224c19
9 changed files with 523 additions and 0 deletions

View File

@@ -42,6 +42,8 @@ for k, v in pairs({
pack = true,
_watch = true,
net = true,
pos = true,
range = true,
}) do
vim._submodules[k] = v
end