refactor: ensure profiling options can be set via environment variables

This commit is contained in:
2024-12-18 14:27:10 -05:00
parent 1678c1a244
commit 50fdf9658f
+1 -1
View File
@@ -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 │