From f2e79a79f131979c62a4fcfa408b97df7f69045b Mon Sep 17 00:00:00 2001 From: jolzem Date: Mon, 22 Dec 2025 14:04:25 +0100 Subject: [PATCH] Removed Copilot vim plugin --- deploy.sh | 1 - vim/vimrc | 1 - 2 files changed, 2 deletions(-) diff --git a/deploy.sh b/deploy.sh index 5c15180..37651d3 100755 --- a/deploy.sh +++ b/deploy.sh @@ -67,7 +67,6 @@ for option in "$@"; do git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim link "$PWD/vim/vimrc" "$HOME/.vim/vimrc" vim +PluginInstall +qall - vim "+Copilot auth" +qall ;; yay) link "$PWD/yay/config.json" "$HOME/.config/yay/config.json" diff --git a/vim/vimrc b/vim/vimrc index 3849fb3..4dff32e 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -45,7 +45,6 @@ Plugin 'alvan/vim-closetag' " Auto close HTML tags Plugin 'https://github.com/morhetz/gruvbox' " Color scheme Plugin 'https://github.com/ap/vim-css-color' " highlight color codes in their color Plugin 'https://github.com/907th/vim-auto-save.git' " auto save -Plugin 'https://github.com/github/copilot.vim' " github copilot call vundle#end()