Added Copilot
This commit is contained in:
parent
bfba3fdf9d
commit
ce562d7eda
1 changed files with 5 additions and 2 deletions
|
@ -17,6 +17,8 @@ call plug#begin()
|
||||||
" TypeScript
|
" TypeScript
|
||||||
Plug 'leafgarland/typescript-vim'
|
Plug 'leafgarland/typescript-vim'
|
||||||
Plug 'Quramy/tsuquyomi'
|
Plug 'Quramy/tsuquyomi'
|
||||||
|
" GitHub Copilot
|
||||||
|
Plug 'github/copilot.vim'
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
syntax on
|
syntax on
|
||||||
|
@ -42,6 +44,7 @@ autocmd FileType markdown,text setl tw=80 wm=2
|
||||||
autocmd BufWritePre * :%s/\s\+$//e
|
autocmd BufWritePre * :%s/\s\+$//e
|
||||||
|
|
||||||
set rtp+=~/.fzf
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue