Skip to content

Commit a46c0c0

Browse files
committed
feat: never source packer_compiled.lua
1 parent 9026a0e commit a46c0c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/lazy/core/loader.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ local M = {}
88
M.loading = {}
99
M.init_done = false
1010
---@type table<string,true>
11-
M.disabled_rtp_plugins = {}
11+
M.disabled_rtp_plugins = { packer_compiled = true }
1212

1313
function M.setup()
1414
-- install missing plugins

0 commit comments

Comments
 (0)