Remove Packer from install script
This commit is contained in:
parent
e38c1c3263
commit
4901a828a8
|
@ -51,8 +51,6 @@ if $NVIM; then
|
|||
|
||||
ln -s $PWD/nvim $XDG_CONFIG_HOME/nvim
|
||||
ln -s $PWD/clang/.clang-tidy $HOME/.clang-tidy
|
||||
git clone --depth 1 https://github.com/wbthomason/packer.nvim $XDG_DATA_HOME/nvim/site/pack/packer/start/packer.nvim
|
||||
nvim --headless -c 'autocmd User PackerComplete quitall' -c 'PackerSync'
|
||||
fi
|
||||
|
||||
#################################################
|
||||
|
|
Loading…
Reference in New Issue