diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2025-05-26 16:00:35 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2025-05-26 16:00:35 -0500 |
| commit | e6577b41064288f1ae6f6365fdfa45ba9785d15c (patch) | |
| tree | ca743d031908b0f3b5bb835c43aa2f819ca01e5e /runs | |
| parent | 571effe7375fa6c21b00fa32b40010d6353eb471 (diff) | |
added packer script. made plugin configs not error out when no plugin
Diffstat (limited to 'runs')
| -rwxr-xr-x | runs/packer.sh | 8 |
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 ---------- |
