diff options
Diffstat (limited to '')
-rw-r--r-- | lua/bootstrap.lua | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lua/bootstrap.lua b/lua/bootstrap.lua deleted file mode 100644 index f522833..0000000 --- a/lua/bootstrap.lua +++ /dev/null @@ -1,5 +0,0 @@ -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") |