mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
parent
c7122d64cd
commit
3a1a10cd75
3 changed files with 34 additions and 8 deletions
|
@ -182,8 +182,8 @@ function M.setup(spec, opts)
|
|||
M.me = Util.norm(vim.fn.fnamemodify(M.me, ":p:h:h:h:h"))
|
||||
if M.options.performance.rtp.reset then
|
||||
vim.opt.rtp = {
|
||||
M.me,
|
||||
vim.fn.stdpath("config"),
|
||||
M.me,
|
||||
vim.env.VIMRUNTIME,
|
||||
vim.fn.fnamemodify(vim.v.progpath, ":p:h:h") .. "/lib/nvim",
|
||||
vim.fn.stdpath("config") .. "/after",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue