From 83efef2c0c34dfce72e4a8b117b25092ca823ac8 Mon Sep 17 00:00:00 2001 From: John Zinno <62895131+jzinno@users.noreply.github.com> Date: Sat, 14 Oct 2023 12:54:13 -0400 Subject: [PATCH] add copilot addresses #741 --- update_plugins.py | 1 + 1 file changed, 1 insertion(+) diff --git a/update_plugins.py b/update_plugins.py index 2b5d53e0..d347593d 100644 --- a/update_plugins.py +++ b/update_plugins.py @@ -63,6 +63,7 @@ vim-indent-guides https://github.com/nathanaelkane/vim-indent-guides mru.vim https://github.com/vim-scripts/mru.vim editorconfig-vim https://github.com/editorconfig/editorconfig-vim dracula https://github.com/dracula/vim +copilot.vim https://github.com/github/copilot.vim """.strip() GITHUB_ZIP = "%s/archive/master.zip"