Skip to content

Commit

Permalink
feat: add setup for github copilot
Browse files Browse the repository at this point in the history
  • Loading branch information
imotai committed May 17, 2024
1 parent d7c4d35 commit 9a31e62
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion set_vim.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,11 @@ mv ~/.vim ~/.vim.orig
mv ~/.vimrc ~/.vimrc.orig
cp -rf vim ~/.vim
ln -s ~/.vim/vimrc ~/.vimrc
echo "config vim ok , please run PluginInstal in vim!"
echo "config plugin done"

git clone [email protected]:github/copilot.vim.git \
~/.vim/pack/github/start/copilot.vim

echo "download github copilot done"


0 comments on commit 9a31e62

Please sign in to comment.