From ce562d7eda06ed21309fb3ff27473827badfc41d Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Tue, 21 Jun 2022 15:05:28 -0500 Subject: [PATCH] Added Copilot --- vim/.vimrc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/vim/.vimrc b/vim/.vimrc index 352bb30..f169fd3 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -17,6 +17,8 @@ call plug#begin() " TypeScript Plug 'leafgarland/typescript-vim' Plug 'Quramy/tsuquyomi' + " GitHub Copilot + Plug 'github/copilot.vim' call plug#end() syntax on @@ -42,6 +44,7 @@ autocmd FileType markdown,text setl tw=80 wm=2 autocmd BufWritePre * :%s/\s\+$//e set rtp+=~/.fzf -" set rtp+=/usr/local/opt/fzf -set rtp+=/opt/homebrew/opt/fzf +" TODO: Make this configurable to handle multiple OSes +set rtp+=/usr/local/opt/fzf +" set rtp+=/opt/homebrew/opt/fzf