[nvim] Moved copilot to nvim 0.6.0

This commit is contained in:
Alyxia Sother 2021-11-11 09:50:32 +01:00
parent 4514ab86a0
commit c73c298d26
No known key found for this signature in database
GPG Key ID: 355968D14144B739
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@ let s:plug = funcref('dotfiles#plugman#register')
" Misc {{{
if has('nvim-0.5.0')
call s:plug('andweeb/presence.nvim')
endif
if has('nvim-0.6.0')
call s:plug('github/copilot.vim')
endif
call s:plug('wakatime/vim-wakatime')