Added copilot extension to nvim

This commit is contained in:
Johannes Olzem 2023-12-09 13:18:57 +01:00
parent 7ce1d5d20c
commit 8c0841e5d5
Signed by: jolzem
GPG Key ID: DB5485828E95A447

View File

@ -36,6 +36,7 @@ call plug#begin("~/.local/share/nvim/site/autoload/plugged")
Plug 'https://github.com/907th/vim-auto-save.git'
Plug 'https://github.com/alvan/vim-closetag'
Plug 'vim-airline/vim-airline'
Plug 'https://github.com/github/copilot.vim'
call plug#end()
let g:vimtex_view_method = 'zathura'