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