build: move shared.lua to _core/

This commit is contained in:
Justin M. Keyes
2025-12-20 21:51:54 -05:00
parent 20e77c5d88
commit 1d70c96e5b
8 changed files with 7 additions and 10 deletions

View File

@@ -50,7 +50,7 @@ if vim.api then
end
-- builtin functions which always should be available
require('vim.shared')
require('vim._core.shared')
vim._submodules = {
inspect = true,