We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
packer_compiled.lua
1 parent 9026a0e commit a46c0c0Copy full SHA for a46c0c0
lua/lazy/core/loader.lua
@@ -8,7 +8,7 @@ local M = {}
8
M.loading = {}
9
M.init_done = false
10
---@type table<string,true>
11
-M.disabled_rtp_plugins = {}
+M.disabled_rtp_plugins = { packer_compiled = true }
12
13
function M.setup()
14
-- install missing plugins
0 commit comments