diff options
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 ---------- |
