From 995aaac2a59a02cd3f6fc0b81b62f68c8a9e60c4 Mon Sep 17 00:00:00 2001 From: Squibid Date: Thu, 1 Jan 2026 14:57:39 -0500 Subject: [PATCH] update plugin directory --- lua/dep.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/dep.lua b/lua/dep.lua index 13c0275..a00b32e 100644 --- a/lua/dep.lua +++ b/lua/dep.lua @@ -85,10 +85,10 @@ return function(opts) lazy.setup() -- generate doc tags - vim.cmd.helptags(vim.fn.stdpath('data')..'/site/pack/deps/opt/dep/doc') + vim.cmd.helptags(vim.fn.stdpath('data')..'/site/pack/core/opt/dep/doc') local initialized, err = pcall(function() - packager.set_base_dir(opts.base_dir or vim.fn.stdpath("data").."/site/pack/deps/opt/") + packager.set_base_dir(opts.base_dir or vim.fn.stdpath("data").."/site/pack/core/opt/") bench.mark("load", function() -- register all packages local root = packager:new({