remove a function that was not used anywhere
This commit is contained in:
parent
0eba23e1a3
commit
4f9d4695b1
1 changed files with 0 additions and 8 deletions
|
|
@ -23,12 +23,4 @@ function utils.notify(msg, lvl)
|
||||||
log.debug(msg)
|
log.debug(msg)
|
||||||
end
|
end
|
||||||
|
|
||||||
-- safe require
|
|
||||||
---@param module string module name
|
|
||||||
function utils.sreq(module)
|
|
||||||
local ok, m = pcall(require, module)
|
|
||||||
assert(ok, string.format("gopher.nvim dependency error: %s not installed", module))
|
|
||||||
return m
|
|
||||||
end
|
|
||||||
|
|
||||||
return utils
|
return utils
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue