mirror of https://github.com/folke/lazy.nvim.git
fix(config): reset packpath to include VIMRUNTIME only. Fixes #214
This commit is contained in:
parent
3a1a10cd75
commit
db043da829
|
@ -175,7 +175,7 @@ function M.setup(spec, opts)
|
||||||
M.options.readme.root = Util.norm(M.options.readme.root)
|
M.options.readme.root = Util.norm(M.options.readme.root)
|
||||||
|
|
||||||
if M.options.performance.reset_packpath then
|
if M.options.performance.reset_packpath then
|
||||||
vim.go.packpath = ""
|
vim.go.packpath = vim.env.VIMRUNTIME
|
||||||
end
|
end
|
||||||
|
|
||||||
M.me = debug.getinfo(1, "S").source:sub(2)
|
M.me = debug.getinfo(1, "S").source:sub(2)
|
||||||
|
|
Loading…
Reference in New Issue