added packer script. made plugin configs not error out when no plugin
This commit is contained in:
8
runs/packer.sh
Executable file
8
runs/packer.sh
Executable 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 ----------
|
||||
Reference in New Issue
Block a user