From 50fdf9658f41fcd02d5dca02e66ce6babc3e7c86 Mon Sep 17 00:00:00 2001 From: rootiest Date: Wed, 18 Dec 2024 14:27:10 -0500 Subject: [PATCH] refactor: ensure profiling options can be set via environment variables --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 958961c..b6dbc92 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 │