deoplete.nvim
deoplete.nvim copied to clipboard
deoplete screenshots
I want to add the screenshots in README. If you have good screenshots for deoplete README, can you add it in this issue?
Here are some screenshots of deoplete in action. Let me know if it is good enough.
File Name Completion

Omni Completion

Neosnippets and neco-ghc integration

I recorded a gif of deoplete + echodoc: https://github.com/archSeer/nvim-elixir/blob/master/autocomplete.gif
Thank you! I have added the screenshots!
let me show you some dark color pic
@Shougo Using PaperColor theme?
@pickfire Yep, that's PaperColor.
If you want one for go.

Thanks. updated.
@SageEx what font are you using in those screenshots?
@myhonor16 It's Fantasque Sans Mono.
On Wed, Mar 2, 2016 at 12:17 AM, Samuel [email protected] wrote:
@SageEx https://github.com/SageEx what font are you using in those screenshots?
— Reply to this email directly or view it on GitHub https://github.com/Shougo/deoplete.nvim/issues/96#issuecomment-190848711 .
@SageEx Thanks!
Does it support c++? I don't see any screenshots of a c++ project.
@bjadamson https://github.com/zchee/deoplete-clang
All you need to do for any language is find/create the sources. Deoplete can support anything
python completion using deoplete-jedi:

c++ completion using clang_complete:

java completion using vim-javacomplete2:

vimscript completion using neco-vim:

Thanks. I will update it later.
Thanks. I have updated it.
@nhooyr what colorscheme do you use?
@yevhen-m https://github.com/nhooyr/elysian.vim
@nhooyr thanks. Do you have this colorscheme set up for you terminal as well?
@yevhen-m yes, I use it in iTerm2.
@nhooyr How can I set it up in iterm too?
@yevhen-m It isn't really intended for other people to use, at least yet.
If you still want to use it, you can just clone the repo and import elysian.itermcolors into iTerm2. Then install the vim colorscheme with a plugin manager and it should work.
@archSeer Hate to be that guy but, do you remember the name of the colorscheme used in the GIF?
https://github.com/archSeer/nvim-elixir/blob/master/autocomplete.gif
looks like a colorscheme just for elixir language 😄
@KCreate @wsdjeg it's just a base16 theme, base16-paraiso: https://chriskempson.github.io/base16/ A derivative of https://github.com/idleberg/atom-paraiso-dark
I've since stopped using it and switched to a custom theme
@archSeer Thanks!
Can someone record a video demonstrating the benefits of new async-style sources?