Added Copilot

This commit is contained in:
Josh Sherman 2022-06-21 15:05:28 -05:00
parent bfba3fdf9d
commit ce562d7eda
No known key found for this signature in database
GPG key ID: 55B058A80530EF22

View file

@ -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