mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-20 05:16:45 +00:00
feat: never source packer_compiled.lua
This commit is contained in:
parent
9026a0e25d
commit
a46c0c04f1
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue