From 9fc5777f29b33f8bc337ba6e14a30de8f97ff3cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Mon, 2 Mar 2026 14:58:27 +0100 Subject: [PATCH] Add copilot support. --- init.vim | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/init.vim b/init.vim index 8bf7386..5803fa7 100644 --- a/init.vim +++ b/init.vim @@ -21,6 +21,7 @@ Plug 'antoyo/vim-licenses' Plug 'flazz/vim-colorschemes' Plug 'xiyaowong/transparent.nvim' Plug 'neoclide/coc.nvim', {'branch': 'release'} +Plug 'github/copilot.vim', {'branch': 'release'} call plug#end() filetype plugin indent on " to ignore plugin indent changes, instead use: @@ -160,3 +161,7 @@ nnoremap f :Files nnoremap F :tabnew:Files nnoremap g :GFiles nnoremap G :tabnew:GFiles + +" Copilot +imap