From 1315ad59a0438ebe1a7006b250bfb4b874aa20c7 Mon Sep 17 00:00:00 2001 From: Gregory Leeman Date: Sun, 19 May 2024 13:23:19 +0100 Subject: [PATCH] lazygit --- vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vimrc b/vimrc index 37a92bb..4e15baa 100644 --- a/vimrc +++ b/vimrc @@ -31,6 +31,8 @@ Plug 'tpope/vim-commentary' Plug 'tpope/vim-fugitive' Plug 'tpope/vim-surround' Plug 'vim-python/python-syntax' +Plug 'github/copilot.vim', {'branch': 'release'} + call plug#end() " options