ignored packer_compiled

master
Jef Roosens 2021-12-06 18:04:06 +01:00
parent 9e6a5a4c31
commit 0813266c74
Signed by: Jef Roosens
GPG Key ID: 955C0660072F691F
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 = {}