Compare commits

...

2 Commits

2 changed files with 2 additions and 1 deletions

View File

@ -1 +1,2 @@
plugged/
plugin/packer_compiled.lua

View File

@ -11,7 +11,7 @@ local no_errors, error_msg = pcall(function()
local time
local profile_info
local should_profile = false
local should_profile = true
if should_profile then
local hrtime = vim.loop.hrtime
profile_info = {}