mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] Moved copilot to nvim 0.6.0
This commit is contained in:
parent
4514ab86a0
commit
c73c298d26
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,8 @@ let s:plug = funcref('dotfiles#plugman#register')
|
||||||
" Misc {{{
|
" Misc {{{
|
||||||
if has('nvim-0.5.0')
|
if has('nvim-0.5.0')
|
||||||
call s:plug('andweeb/presence.nvim')
|
call s:plug('andweeb/presence.nvim')
|
||||||
|
endif
|
||||||
|
if has('nvim-0.6.0')
|
||||||
call s:plug('github/copilot.vim')
|
call s:plug('github/copilot.vim')
|
||||||
endif
|
endif
|
||||||
call s:plug('wakatime/vim-wakatime')
|
call s:plug('wakatime/vim-wakatime')
|
||||||
|
|
Loading…
Reference in a new issue