From e6577b41064288f1ae6f6365fdfa45ba9785d15c Mon Sep 17 00:00:00 2001 From: iceyrazor Date: Mon, 26 May 2025 16:00:35 -0500 Subject: added packer script. made plugin configs not error out when no plugin --- runs/packer.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 runs/packer.sh (limited to 'runs') 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 ---------- -- cgit v1.3