mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-28 03:24:13 +00:00
fix: use initial rtp for rtp plugin after files and use loaded plugins for their after files
This commit is contained in:
parent
6ca03dcd1a
commit
7134417e89
2 changed files with 24 additions and 16 deletions
|
@ -119,6 +119,7 @@ function M.setup(spec, opts)
|
|||
me,
|
||||
vim.env.VIMRUNTIME,
|
||||
vim.fn.stdpath("config"),
|
||||
vim.fn.stdpath("config") .. "/after",
|
||||
}
|
||||
end
|
||||
vim.opt.rtp:append(M.options.readme.root)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue