diff options
| author | nsfisis <nsfisis@gmail.com> | 2022-12-11 12:20:56 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2022-12-11 22:01:34 +0900 |
| commit | 04d965f1b4a1f71cc84519c44b310ac9cc3d6f0e (patch) | |
| tree | 7a785aa4382b0850b0af2357c93762eef1837781 /setup.sh | |
| parent | 1c83265cc8d6f0cb98fc9e3c7c8c6660426a06ed (diff) | |
| download | dotfiles-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-x | setup.sh | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 |
