From 6db703d0a8b68534316f1672701ffe40db126b6c Mon Sep 17 00:00:00 2001 From: Stefan Huber Date: Sat, 27 Jul 2024 08:12:37 +0200 Subject: [PATCH] plugins: Add copilot.vim --- plugins-full.vim.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins-full.vim.example b/plugins-full.vim.example index b53c356..8fcf354 100644 --- a/plugins-full.vim.example +++ b/plugins-full.vim.example @@ -40,6 +40,8 @@ Plug 'dbeniamine/cheat.sh-vim', {'on': 'Cheat'} Plug 'sheerun/vim-polyglot' +Plug 'github/copilot.vim', {'on': 'Copilot'} + """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " FileType specific plugins -- 2.39.5