Browse Source

add copilot.vim plugin

Daniel Sheffield 1 day ago
parent
commit
b1e03ad15a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      vim/vimfiles/vimrc

+ 2 - 0
vim/vimfiles/vimrc

@@ -11,6 +11,8 @@ filetype indent plugin on
 " Plugins {{{
 call plug#begin()
 
+Plug 'github/copilot.vim'      " do: Copilot setup
+
 Plug 'OmniSharp/omnisharp-vim' " After :PlugInstall do :OmnisharpInstall
 
 Plug 'dense-analysis/ale'