aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSquibid <me@zacharyscheiman.com>2023-04-29 11:28:16 -0400
committerSquibid <me@zacharyscheiman.com>2023-04-29 11:28:16 -0400
commit0d7ae716c7522500881424a4fe26dcf4d5dc941c (patch)
tree44f04b97cfeb420222b4e37c480047b533f45421
parentb4e8741e503eaf7ff95d3c604681ca57f3d5a321 (diff)
downloaddep-0d7ae716c7522500881424a4fe26dcf4d5dc941c.tar.gz
dep-0d7ae716c7522500881424a4fe26dcf4d5dc941c.tar.bz2
dep-0d7ae716c7522500881424a4fe26dcf4d5dc941c.zip
change plugin path to be shorter
Diffstat (limited to '')
-rw-r--r--lua/dep.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/dep.lua b/lua/dep.lua
index 386e739..c63c717 100644
--- a/lua/dep.lua
+++ b/lua/dep.lua
@@ -847,7 +847,7 @@ return setmetatable({
config_path = debug.getinfo(2, "S").source:sub(2)
initialized, err = pcall(function()
- base_dir = config.base_dir or (vim.fn.stdpath("data") .. "/site/pack/deps/opt/")
+ base_dir = config.base_dir or (vim.fn.stdpath("data") .. "/plugins/dep/")
packages = {}
bench("load", function()