DarkDefender

Results 90 comments of DarkDefender

Maybe @expipiplus1 would be interested in testing this out a bit?

@tony thanks for using my branch. I'll try to improve it a bit more when I have time. That probably won't be till the end of january though

@expipiplus1 Yes, I get that too. I didn't notice it before because it seems like deoplete completes the ".bar" for me anyways, but you are right that it doesn't work...

@expipiplus1 the "[M]" provider is from the built in deoplete sources. Check out the member.py file if you want to take a look at it.

@expipiplus1 My latest commit should fix it. I also created a check so it doesn't try to complete empty lines now. BTW, is it save to assume that all empy...

Your vector example works for me now. So it should be fixed. I guess that you didn't forget to include it correctly?

@tony You should be able to manually specify where the clang lib is with "g:clang_library_path" . However I guess that the dylib loading problem is from the libclang-py3 lib and...

@expipiplus1 I'm using https://github.com/zchee/deoplete-clang instead.

If I understand the code correctly then the clang_complete snippets are already working in deoplete. However you can't navigate around the placeholder items. IE if you complete std::vector you get...

@expipiplus1 I got it working with `let g:clang_snippets = 1` and then after you have completed the desired code you have go into normal mode and hit tab. So I...