mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] Added RPC plugin for 0.5.0.
This commit is contained in:
parent
aa1c5d4c4b
commit
0b2a1cc0ea
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
" }}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue