Compare commits

..

No commits in common. "06e6057638655cfa6235e39159da2d8e7dd2a483" and "df8b05d1bcff44382ed7e5316586cbe54aed57ba" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

@ -1,2 +1 @@
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 = true
local should_profile = false
if should_profile then
local hrtime = vim.loop.hrtime
profile_info = {}