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