Removed Copilot vim plugin
This commit is contained in:
@@ -67,7 +67,6 @@ for option in "$@"; do
|
|||||||
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
|
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
|
||||||
link "$PWD/vim/vimrc" "$HOME/.vim/vimrc"
|
link "$PWD/vim/vimrc" "$HOME/.vim/vimrc"
|
||||||
vim +PluginInstall +qall
|
vim +PluginInstall +qall
|
||||||
vim "+Copilot auth" +qall
|
|
||||||
;;
|
;;
|
||||||
yay)
|
yay)
|
||||||
link "$PWD/yay/config.json" "$HOME/.config/yay/config.json"
|
link "$PWD/yay/config.json" "$HOME/.config/yay/config.json"
|
||||||
|
|||||||
@@ -45,7 +45,6 @@ Plugin 'alvan/vim-closetag' " Auto close HTML tags
|
|||||||
Plugin 'https://github.com/morhetz/gruvbox' " Color scheme
|
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/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/907th/vim-auto-save.git' " auto save
|
||||||
Plugin 'https://github.com/github/copilot.vim' " github copilot
|
|
||||||
|
|
||||||
call vundle#end()
|
call vundle#end()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user