*sigh* re-enables copilot
This commit is contained in:
parent
0518f6c634
commit
57c42233a3
2 changed files with 2 additions and 3 deletions
|
@ -28,7 +28,6 @@ set incsearch
|
||||||
set hlsearch
|
set hlsearch
|
||||||
|
|
||||||
" Make pretty reasonable wrapping
|
" Make pretty reasonable wrapping
|
||||||
set nowrap
|
|
||||||
set linebreak " wraps at work boundaries
|
set linebreak " wraps at work boundaries
|
||||||
|
|
||||||
" If files are modified just reopen them
|
" If files are modified just reopen them
|
||||||
|
|
|
@ -43,9 +43,9 @@ Plug 'nvim-lua/plenary.nvim'
|
||||||
Plug 'stevearc/dressing.nvim'
|
Plug 'stevearc/dressing.nvim'
|
||||||
|
|
||||||
" Our new AI overlords 🤖
|
" Our new AI overlords 🤖
|
||||||
" Plug 'github/copilot.vim', { 'branch': 'release' }
|
Plug 'github/copilot.vim', { 'branch': 'release' }
|
||||||
" Uncomment this line to disable copilot
|
" Uncomment this line to disable copilot
|
||||||
"let g:copilot_enabled = 0
|
let g:copilot_enabled = 0
|
||||||
|
|
||||||
Plug 'chriskempson/base16-vim'
|
Plug 'chriskempson/base16-vim'
|
||||||
Plug 'pbrisbin/vim-colors-off', { 'branch': 'main' }
|
Plug 'pbrisbin/vim-colors-off', { 'branch': 'main' }
|
||||||
|
|
Loading…
Reference in a new issue