cleanup: remove unnecessary require statement for profiling
This commit is contained in:
@@ -65,7 +65,7 @@ require('config.rocks') -- Bootstrap LuaRocks and initialize plugins
|
|||||||
|
|
||||||
---━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ PROFILING ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
---━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ PROFILING ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
||||||
-- Load profiling package
|
-- 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=1 Start profiling at startup │
|
||||||
-- │ NVIM_PROFILE_MODULE="lualine" Set profiling target module │
|
-- │ NVIM_PROFILE_MODULE="lualine" Set profiling target module │
|
||||||
|
|||||||
Reference in New Issue
Block a user