1
0

add plugins for deoplete

* clang_complete
* deoplete-clang (remove if not working)
* deoplete-jedi
* neco-ghc
* neco-syntax
* neoinclude (slow!)
This commit is contained in:
valeth 2016-04-20 18:14:12 +02:00
parent 3d06755017
commit 45fafd832d
6 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1 @@
Plug 'Rip-Rip/clang_complete', { 'for': ['c', 'cpp'] }

View File

@ -0,0 +1 @@
"Plug 'zchee/deoplete-clang', { 'for': ['c', 'cpp'] }

View File

@ -0,0 +1 @@
Plug 'zchee/deoplete-jedi', { 'for': 'python' }

1
plugins/neco-ghc.vim Normal file
View File

@ -0,0 +1 @@
Plug 'eagletmt/neco-ghc', { 'for': 'haskell' }

1
plugins/neco-syntax.vim Normal file
View File

@ -0,0 +1 @@
Plug 'Shougo/neco-syntax'

1
plugins/neoinclude.vim Normal file
View File

@ -0,0 +1 @@
Plug 'Shougo/neoinclude.vim', { 'for': ['c', 'cpp'] }