Skip to content

Commit

Permalink
faster hardcoded startup
Browse files Browse the repository at this point in the history
  • Loading branch information
lipeeeee committed Apr 4, 2024
1 parent 6ba345f commit 5364b91
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ local function init_core()
NVIM_START_TIME = require("shared.utils.time").get_current_time_info()

-- Get environment to use
NVIM_ENVIRONMENT = get_environment()
-- COMMENT THIS FOR DYNAMIC ENVIRONMENT PROCESSING
NVIM_ENVIRONMENT = "lipe"
--NVIM_ENVIRONMENT = get_environment()
end

-- Initialize config environment
Expand Down

0 comments on commit 5364b91

Please sign in to comment.