Skip to content

Commit

Permalink
feat: never source packer_compiled.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Dec 17, 2022
1 parent 9026a0e commit a46c0c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lazy/core/loader.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ local M = {}
M.loading = {}
M.init_done = false
---@type table<string,true>
M.disabled_rtp_plugins = {}
M.disabled_rtp_plugins = { packer_compiled = true }

function M.setup()
-- install missing plugins
Expand Down

0 comments on commit a46c0c0

Please sign in to comment.