Skip to content

Commit

Permalink
Add initial support cgo complete
Browse files Browse the repository at this point in the history
Now buffer's include header only
TODO: Support package local go and c files

Signed-off-by: Koichi Shiraishi <[email protected]>
  • Loading branch information
zchee committed May 26, 2016
1 parent 22927e4 commit 51d3927
Show file tree
Hide file tree
Showing 5 changed files with 425 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "rplugin/python3/deoplete/ujson"]
path = rplugin/python3/deoplete/ujson
url = https://github.com/esnme/ultrajson.git
[submodule "rplugin/python3/deoplete/clang"]
path = rplugin/python3/deoplete/clang
url = https://github.com/zchee/libclang-python3
2 changes: 2 additions & 0 deletions plugin/deoplete-go.vim
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ let g:deoplete#sources#go#use_cache =

let g:deoplete#sources#go#json_directory =
\ get( g:, 'deoplete#sources#go#json_directory', '' )
let g:deoplete#sources#go#cgo =
\ get( g:, 'deoplete#sources#go#cgo', 0)
1 change: 1 addition & 0 deletions rplugin/python3/deoplete/clang
Submodule clang added at 1356d8
Loading

0 comments on commit 51d3927

Please sign in to comment.