deoplete.nvim icon indicating copy to clipboard operation
deoplete.nvim copied to clipboard

deoplete screenshots

Open Shougo opened this issue 9 years ago • 67 comments

I want to add the screenshots in README. If you have good screenshots for deoplete README, can you add it in this issue?

Shougo avatar Dec 09 '15 14:12 Shougo

Here are some screenshots of deoplete in action. Let me know if it is good enough.

File Name Completion 2015-12-10-190503_1366x768_scrot

Omni Completion 2015-12-10-180522_1366x768_scrot

Neosnippets and neco-ghc integration 2015-12-10-191001_1366x768_scrot

SageEx avatar Dec 10 '15 13:12 SageEx

I recorded a gif of deoplete + echodoc: https://github.com/archSeer/nvim-elixir/blob/master/autocomplete.gif

archseer avatar Dec 10 '15 17:12 archseer

Thank you! I have added the screenshots!

Shougo avatar Dec 11 '15 12:12 Shougo

let me show you some dark color pic

wsdjeg avatar Dec 11 '15 12:12 wsdjeg

@Shougo Using PaperColor theme?

pickfire avatar Jan 23 '16 02:01 pickfire

@pickfire Yep, that's PaperColor.

SageEx avatar Jan 23 '16 08:01 SageEx

If you want one for go.

deoplete in action

nhooyr avatar Feb 12 '16 00:02 nhooyr

Thanks. updated.

Shougo avatar Feb 13 '16 09:02 Shougo

@SageEx what font are you using in those screenshots?

myhonor16 avatar Mar 01 '16 18:03 myhonor16

@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 avatar Mar 01 '16 22:03 SageEx

@SageEx Thanks!

myhonor16 avatar Mar 01 '16 22:03 myhonor16

Does it support c++? I don't see any screenshots of a c++ project.

bjadamson avatar Jul 24 '16 21:07 bjadamson

@bjadamson https://github.com/zchee/deoplete-clang

All you need to do for any language is find/create the sources. Deoplete can support anything

nhooyr avatar Jul 25 '16 00:07 nhooyr

python completion using deoplete-jedi: deoplete-python

richox avatar Aug 06 '16 18:08 richox

c++ completion using clang_complete: deoplete-cpp

richox avatar Aug 06 '16 18:08 richox

java completion using vim-javacomplete2: deoplete-java

richox avatar Aug 06 '16 18:08 richox

vimscript completion using neco-vim: deoplete-vimscript

richox avatar Aug 07 '16 06:08 richox

Thanks. I will update it later.

Shougo avatar Aug 09 '16 23:08 Shougo

Thanks. I have updated it.

Shougo avatar Aug 12 '16 02:08 Shougo

@nhooyr what colorscheme do you use?

yevhen-m avatar Sep 29 '16 10:09 yevhen-m

@yevhen-m https://github.com/nhooyr/elysian.vim

nhooyr avatar Sep 29 '16 11:09 nhooyr

@nhooyr thanks. Do you have this colorscheme set up for you terminal as well?

yevhen-m avatar Sep 29 '16 12:09 yevhen-m

@yevhen-m yes, I use it in iTerm2.

nhooyr avatar Sep 29 '16 12:09 nhooyr

@nhooyr How can I set it up in iterm too?

yevhen-m avatar Sep 29 '16 12:09 yevhen-m

@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.

nhooyr avatar Sep 29 '16 15:09 nhooyr

@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

KCreate avatar Mar 28 '17 16:03 KCreate

looks like a colorscheme just for elixir language 😄

wsdjeg avatar Mar 28 '17 16:03 wsdjeg

@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 avatar Mar 28 '17 17:03 archseer

@archSeer Thanks!

KCreate avatar Mar 28 '17 17:03 KCreate

Can someone record a video demonstrating the benefits of new async-style sources?

balta2ar avatar Apr 28 '17 09:04 balta2ar