Remove impatient profiling

pull/1444/head
nullchilly 2 years ago committed by Sidhanth Rathod
parent b3d3c5a7dd
commit 20f45c3962

@ -228,10 +228,7 @@ local plugins = {
["lewis6991/impatient.nvim"] = {
event = "VimEnter",
config = function()
vim.defer_fn(function()
local present, impatient = pcall(require, "impatient")
if present then impatient.enable_profile() end
end, 0)
vim.defer_fn(function() require "impatient" end, 0)
end,
},
}

Loading…
Cancel
Save