aboutsummaryrefslogtreecommitdiff
path: root/runs
diff options
context:
space:
mode:
authoriceyrazor <iceyrazor@mailfence.com>2025-05-26 16:00:35 -0500
committericeyrazor <iceyrazor@mailfence.com>2025-05-26 16:00:35 -0500
commite6577b41064288f1ae6f6365fdfa45ba9785d15c (patch)
treeca743d031908b0f3b5bb835c43aa2f819ca01e5e /runs
parent571effe7375fa6c21b00fa32b40010d6353eb471 (diff)
added packer script. made plugin configs not error out when no plugin
Diffstat (limited to 'runs')
-rwxr-xr-xruns/packer.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/runs/packer.sh b/runs/packer.sh
new file mode 100755
index 0000000..66d5751
--- /dev/null
+++ b/runs/packer.sh
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+echo DOWNLOADING PACKER FOR NVIM
+
+git clone --depth 1 https://github.com/wbthomason/packer.nvim \
+~/.local/share/nvim/site/pack/packer/start/packer.nvim
+
+echo ----------