mirror of https://github.com/folke/lazy.nvim.git
feat: never source `packer_compiled.lua`
This commit is contained in:
parent
9026a0e25d
commit
a46c0c04f1
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue