Skip to content

Commit 5364b91

Browse files
committed
faster hardcoded startup
1 parent 6ba345f commit 5364b91

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

init.lua

+3-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ local function init_core()
1919
NVIM_START_TIME = require("shared.utils.time").get_current_time_info()
2020

2121
-- Get environment to use
22-
NVIM_ENVIRONMENT = get_environment()
22+
-- COMMENT THIS FOR DYNAMIC ENVIRONMENT PROCESSING
23+
NVIM_ENVIRONMENT = "lipe"
24+
--NVIM_ENVIRONMENT = get_environment()
2325
end
2426

2527
-- Initialize config environment

0 commit comments

Comments
 (0)