mirror of
https://github.com/neovim/neovim.git
synced 2026-01-03 18:06:29 +10:00
perf(lsp): use faster version of str_byteindex
This commit is contained in:
@@ -1142,7 +1142,7 @@ end
|
||||
--- @param mod T
|
||||
--- @return T
|
||||
function vim._defer_require(root, mod)
|
||||
return setmetatable({}, {
|
||||
return setmetatable({ _submodules = mod }, {
|
||||
---@param t table<string, any>
|
||||
---@param k string
|
||||
__index = function(t, k)
|
||||
|
||||
Reference in New Issue
Block a user