[nvim] Added RPC plugin for 0.5.0.

This commit is contained in:
Keanu Timmermans 2021-07-03 12:45:22 +02:00
parent aa1c5d4c4b
commit 0b2a1cc0ea
Signed by: keanucode
GPG Key ID: A7431C0D513CA93B
1 changed files with 6 additions and 0 deletions

View File

@ -5,3 +5,9 @@ Plug 'weirongxu/coc-explorer'
" Language specific {{{
Plug 'alaviss/nim.nvim'
" }}}
" Misc {{{
if has('nvim-0.5.0')
Plug 'andweeb/presence.nvim'
endif
" }}}