From 1f867dc16fe5f910581934f8553b459b4a83c5df Mon Sep 17 00:00:00 2001 From: rootiest Date: Wed, 11 Dec 2024 15:02:28 -0500 Subject: [PATCH] cleanup: remove unnecessary require statement for profiling --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index b6dbc92..958961c 100644 --- a/init.lua +++ b/init.lua @@ -65,7 +65,7 @@ require('config.rocks') -- Bootstrap LuaRocks and initialize plugins ---━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ PROFILING ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ -- Load profiling package -require('config.profile') -- Set profiling options with environment variables: +-- require('config.profile') -- Set profiling options with environment variables: -- ╭─────────────────────────────────────────────────────────────────────╮ -- │ NVIM_PROFILE=1 Start profiling at startup │ -- │ NVIM_PROFILE_MODULE="lualine" Set profiling target module │