mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 11:58:17 +00:00
refactor(lua): reorganize builtin modules, phase 1
This commit is contained in:
@@ -47,3 +47,6 @@ end
|
||||
|
||||
-- Insert vim._load_package after the preloader at position 2
|
||||
table.insert(package.loaders, 2, vim._load_package)
|
||||
|
||||
-- should always be available
|
||||
vim.inspect = require'vim.inspect'
|
||||
|
Reference in New Issue
Block a user