From c489d393695e90d424f9ae51e35c4d42358e6a71 Mon Sep 17 00:00:00 2001 From: Squibid Date: Fri, 9 Aug 2024 02:45:31 -0400 Subject: yes there's a bit of java in my nvim config why do you ask? --- lua/bootstrap.lua | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 lua/bootstrap.lua (limited to 'lua/bootstrap.lua') 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") -- cgit v1.2.1