Skip to content

Commit

Permalink
update update script (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
topher200 authored Oct 3, 2024
1 parent 5a98694 commit 0b94968
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions update_external_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ echo 'done upgrading zsh-vi-mode'
# https://github.com/github/copilot.vim
# run ':Copilot setup' in neovim
echo 'upgrading copilot.vim'
rm -rf files/.config/nvim/pack/github/start/copilot.vim/.git
rm -r files/.config/nvim/pack/github/start/copilot.vim
git clone https://github.com/github/copilot.vim.git files/.config/nvim/pack/github/start/copilot.vim
rm -rf files/.config/nvim/pack/github/start/copilot.vim/.git
Expand Down

0 comments on commit 0b94968

Please sign in to comment.