added packer script. made plugin configs not error out when no plugin

This commit is contained in:
2025-05-26 16:00:35 -05:00
parent 571effe737
commit e6577b4106
12 changed files with 270 additions and 229 deletions

8
runs/packer.sh Executable file
View File

@@ -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 ----------