From 4fa0cde32ec687032b94c4736c058ee14bb74625 Mon Sep 17 00:00:00 2001 From: John Zinno <62895131+jzinno@users.noreply.github.com> Date: Sun, 7 Jan 2024 10:15:00 -0500 Subject: [PATCH] add copilot (#746) 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"