[nvim] Add some new extensions

This commit is contained in:
Alyxia Sother 2021-11-01 20:12:22 +01:00
parent 986681c783
commit d0502e4082
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,5 +21,7 @@ let s:plug = funcref('dotfiles#plugman#register')
" Misc {{{
if has('nvim-0.5.0')
call s:plug('andweeb/presence.nvim')
call s:plug('github/copilot.vim')
endif
call s:plug('wakatime/vim-wakatime')
" }}}