*sigh* re-enables copilot

This commit is contained in:
Nicole Tietz-Sokolskaya 2023-08-17 21:55:23 -04:00
parent 0518f6c634
commit 57c42233a3
2 changed files with 2 additions and 3 deletions

View File

@ -28,7 +28,6 @@ set incsearch
set hlsearch
" Make pretty reasonable wrapping
set nowrap
set linebreak " wraps at work boundaries
" If files are modified just reopen them

View File

@ -43,9 +43,9 @@ Plug 'nvim-lua/plenary.nvim'
Plug 'stevearc/dressing.nvim'
" Our new AI overlords 🤖
" Plug 'github/copilot.vim', { 'branch': 'release' }
Plug 'github/copilot.vim', { 'branch': 'release' }
" Uncomment this line to disable copilot
"let g:copilot_enabled = 0
let g:copilot_enabled = 0
Plug 'chriskempson/base16-vim'
Plug 'pbrisbin/vim-colors-off', { 'branch': 'main' }