refactor: rename status_util_ok to status_packer_util_ok
This commit is contained in:
parent
7881ea0843
commit
0bd31218df
4
init.lua
4
init.lua
|
@ -12,8 +12,8 @@ local status_ok, packer = pcall(require, "packer")
|
||||||
if not status_ok then
|
if not status_ok then
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
local status_util_ok, packer_util = pcall(require, "packer.util")
|
local status_packer_util_ok, packer_util = pcall(require, "packer.util")
|
||||||
if not status_util_ok then
|
if not status_packer_util_ok then
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue