blob: e1137d2bd08ff602894883e5537bb050decc94d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
" python3 plugins
call remote#host#RegisterPlugin('python3', '/home/urbain/.vim/plugged/deoplete.nvim/rplugin/python3/deoplete', [
\ {'sync': 1, 'name': '_deoplete', 'type': 'function', 'opts': {}},
\ ])
" ruby plugins
" python plugins
|