mirror of
https://github.com/neovim/neovim.git
synced 2025-12-08 23:52:39 +00:00
refactor(lua): cleanup and docs for threads
This commit is contained in:
@@ -45,4 +45,5 @@ function vim._load_package(name)
|
||||
return nil
|
||||
end
|
||||
|
||||
table.insert(package.loaders, 1, vim._load_package)
|
||||
-- Insert vim._load_package after the preloader at position 2
|
||||
table.insert(package.loaders, 2, vim._load_package)
|
||||
|
||||
Reference in New Issue
Block a user