summaryrefslogtreecommitdiffstats
path: root/lua/bootstrap.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/bootstrap.lua')
-rw-r--r--lua/bootstrap.lua4
1 files changed, 1 insertions, 3 deletions
diff --git a/lua/bootstrap.lua b/lua/bootstrap.lua
index 3312b33..f522833 100644
--- a/lua/bootstrap.lua
+++ b/lua/bootstrap.lua
@@ -1,7 +1,5 @@
-local path = vim.fn.stdpath("data") .. "/site/pack/deps/opt/dep"
-
+local path = vim.fn.stdpath("data").."/site/pack/deps/opt/dep"
if vim.fn.empty(vim.fn.glob(path)) > 0 then
vim.fn.system({ "git", "clone", "--depth=1", "https://git.squi.bid/dep", path })
end
-
vim.cmd("packadd dep")