aboutsummaryrefslogtreecommitdiffhomepage
path: root/setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/setup.sh b/setup.sh
index 1cfef36..d4c4a4c 100755
--- a/setup.sh
+++ b/setup.sh
@@ -120,13 +120,6 @@ if [ ! -f ~/.config/alacritty/alacritty.local.yml ]; then
fi
fi
-# 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
if [ ! -d ~/.config/skk ]; then
echo "dir: ~/.config/skk"