aboutsummaryrefslogtreecommitdiffhomepage
path: root/setup.sh
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2022-12-11 12:20:56 +0900
committernsfisis <nsfisis@gmail.com>2022-12-11 22:01:34 +0900
commit04d965f1b4a1f71cc84519c44b310ac9cc3d6f0e (patch)
tree7a785aa4382b0850b0af2357c93762eef1837781 /setup.sh
parent1c83265cc8d6f0cb98fc9e3c7c8c6660426a06ed (diff)
downloaddotfiles-04d965f1b4a1f71cc84519c44b310ac9cc3d6f0e.tar.gz
dotfiles-04d965f1b4a1f71cc84519c44b310ac9cc3d6f0e.tar.zst
dotfiles-04d965f1b4a1f71cc84519c44b310ac9cc3d6f0e.zip
neovim: migrate plugin manager from paq to packer
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/setup.sh b/setup.sh
index e41f8be..8494a4e 100755
--- a/setup.sh
+++ b/setup.sh
@@ -110,11 +110,11 @@ if [ ! -f ~/.config/alacritty/alacritty.local.yml ]; then
fi
fi
-# Neovim: paq-nvim {{{2
-paq_dir="${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/pack/paqs/start/paq-nvim
-if [ ! -d "$paq_dir" ]; then
- echo "clone: $paq_dir"
- git clone --depth=1 https://github.com/savq/paq-nvim.git "$paq_dir"
+# Neovim: packer.nvim {{{2
+packer_nvim_dir="${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/pack/packer/opt/packer.nvim
+if [ ! -d "$packer_nvim_dir" ]; then
+ echo "clone: $packer_nvim_dir"
+ git clone --depth=1 https://github.com/wbthomason/packer.nvim "$packer_nvim_dir"
fi
# SKK {{{2