From e1152e1628ebd213f6dbd10b1d425bae51e3abb7 Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Tue, 28 Nov 2023 13:21:55 +0100 Subject: [PATCH] Add GitHub Copilot (commented out) --- plugged.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/plugged.vim b/plugged.vim index 02a46cf..ae61b55 100644 --- a/plugged.vim +++ b/plugged.vim @@ -34,6 +34,7 @@ Plug 'ervandew/supertab' " completion Plug 'dense-analysis/ale' " linter checks Plug 'milkypostman/vim-togglelist' " toggle quickfix and location lists Plug 'junegunn/goyo.vim' " distraction-free writing +"Plug 'github/copilot.vim' " github copilot " Languages Plug 'kchmck/vim-coffee-script' , { 'for': 'coffee' }