feat: never source `packer_compiled.lua`

This commit is contained in:
Folke Lemaitre 2022-12-17 17:35:45 +01:00
parent 9026a0e25d
commit a46c0c04f1
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ local M = {}
M.loading = {} M.loading = {}
M.init_done = false M.init_done = false
---@type table<string,true> ---@type table<string,true>
M.disabled_rtp_plugins = {} M.disabled_rtp_plugins = { packer_compiled = true }
function M.setup() function M.setup()
-- install missing plugins -- install missing plugins