diff options
author | Zach Smith <zsmith@newhopechurch.tv> | 2025-06-30 09:52:52 -0500 |
---|---|---|
committer | Zach Smith <zsmith@newhopechurch.tv> | 2025-06-30 09:52:52 -0500 |
commit | c8691fe2bcc291875c9919c2c3742a0c0ca587da (patch) | |
tree | f546481bec7c5d6880f305cb87644935cf32e3a3 /installers/vimplug_nvim.sh | |
parent | f87ded6f168c156b3bc71a8c4733c5eeafeb311c (diff) | |
parent | 6c75a83e941500619b5499b5d4763c8dab2c93b6 (diff) |
Merge branch 'master' into mac
Diffstat (limited to 'installers/vimplug_nvim.sh')
-rwxr-xr-x | installers/vimplug_nvim.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/installers/vimplug_nvim.sh b/installers/vimplug_nvim.sh deleted file mode 100755 index feddd03..0000000 --- a/installers/vimplug_nvim.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \ - https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim |