ignored packer_compiled
parent
9e6a5a4c31
commit
0813266c74
|
@ -1 +1,2 @@
|
||||||
plugged/
|
plugged/
|
||||||
|
plugin/packer_compiled.lua
|
||||||
|
|
|
@ -11,7 +11,7 @@ local no_errors, error_msg = pcall(function()
|
||||||
|
|
||||||
local time
|
local time
|
||||||
local profile_info
|
local profile_info
|
||||||
local should_profile = false
|
local should_profile = true
|
||||||
if should_profile then
|
if should_profile then
|
||||||
local hrtime = vim.loop.hrtime
|
local hrtime = vim.loop.hrtime
|
||||||
profile_info = {}
|
profile_info = {}
|
||||||
|
|
Loading…
Reference in New Issue