diff options
author | Squibid <me@zacharyscheiman.com> | 2023-04-29 11:28:16 -0400 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2023-04-29 11:28:16 -0400 |
commit | 0d7ae716c7522500881424a4fe26dcf4d5dc941c (patch) | |
tree | 44f04b97cfeb420222b4e37c480047b533f45421 /lua | |
parent | b4e8741e503eaf7ff95d3c604681ca57f3d5a321 (diff) | |
download | dep-0d7ae716c7522500881424a4fe26dcf4d5dc941c.tar.gz dep-0d7ae716c7522500881424a4fe26dcf4d5dc941c.tar.bz2 dep-0d7ae716c7522500881424a4fe26dcf4d5dc941c.zip |
change plugin path to be shorter
Diffstat (limited to '')
-rw-r--r-- | lua/dep.lua | 2 |
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() |