-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
post: visual showcase of neovim capabilities #201
Conversation
_posts/2020-09-14-screenshots.md
Outdated
then move on to | ||
|
||
 | ||
 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please make sure to credit https://github.com/veonim/veonim for this picture ("official" pic: https://github.com/veonim/veonim/blob/release/docs/nyan.png)
actually I think it should be a "screenshot" page on the website. It's always nice to have some screenshots, to know what's possible. |
@glepnir if you want to share a screenshot, you can do it here or on gitter (sry if I missed it). |
@teto Not sure if you’d want to use any of these, but just in case note that there are some screenshots in uivonim’s wiki which showcase the external LSP GUI elements. No worries though if you don’t want to use any of them since you already have an uivonim/veonim screenshot, just thought I’d mention them since I don’t know of any other GUI that has those sort of ext elements (except for GNvim’s external hover feature showcased at the bottom of https://github.com/vhakulinen/gnvim/wiki). |
@smolck I've added one additional screenshot for uivonim. I tried adding titles under the images but it was not pretty. So if you are still feel like improving it, be my guest xD @vhakulinen would it be ok to use a screenshot from https://github.com/vhakulinen/gnvim/wiki ? We can replace screenshots if better ones appear, anyhow this PR strictly improves the existing (IMO) so I am going to merge soon (before 0.5). |
Sure, you can use any screenshot found from gnvim's wiki. |
Thanks ! Let us know if at some point you want to replace it with a better one. @smolck can I let you add a gnvim screenshot as well ? I think screenshot3 is nice but that's up to debate (trying to show a different aspect of neovim with every screenshot). |
So I made some fairly small formatting/wording/etc. changes which I'll just paste here since I can't commit to this branch: Diffdiff --git a/screenshots.html b/screenshots.html
index f2646e6..73c31d2 100644
--- a/screenshots.html
+++ b/screenshots.html
@@ -8,16 +8,40 @@ title: Screenshots
<div class="container golden-grid">
<div>
<h2>Disclaimer</h2>
- The following screenshots are taken possibly from an unreleased version of neovim, to showcase what is possible with a few plugins and lines of configuration: they are not representative of an out of the box experience.
+ The following screenshots are taken from possibly unreleased versions of
+ Neovim, to showcase what is possible with a few plugins and lines of configuration: they are not representative of an out of the box experience.
+
<h2>Terminal screenshots</h2>
- This section shows screenshots from the terminal,
- <img src="/images/showcase/telescope_helptags.png" alt="TUI with telescope (courtesy of sunjeon)" width="80%">
-
- <img src="/images/showcase/floating-win.png" alt="courtesy of gleipnir" width="80%"/>
- <h2>Graphical interfaces screenshots</h2>
- Graphical interfaces are not packaged with neovim. This section showcases only a handful of them, see neovim's wiki <a href="https://github.com/neovim/neovim/wiki/Related-projects#gui">for a detailed list</a>.
- <img src="/images/showcase/uiveonim-references.png" alt="uivonim (courtesy of smolck)" width="80%"/>
- <img src="/images/showcase/veonim_nyancat.png" alt="uivonim (courtesy of smolck)" width="80%"/>
- <img src="/images/showcase/goneovim.png" alt="goneovim (courtesy of akyosi)" width="80%"/>
+ <ul>
+ <li>
+ <h5>Custom Start Screen and <a href="https://github.com/nvim-telescope/telescope.nvim">Telescope</a></h5>
+ <img src="/images/showcase/telescope_helptags.png" alt="TUI with telescope (courtesy of sunjon)" width="80%">
+ </li>
+
+ <li>
+ <h5>LSP Search with <a href="https://github.com/glepnir/lspsaga.nvim#async-lsp-finder">Lspsaga</a></h5>
+ <img src="/images/showcase/floating-win.png" alt="courtesy of gleipnir" width="80%"/>
+ </li>
+ </ul>
+
+ <h2>GUI Screenshots</h2>
+ GUIs are not packaged with Neovim. This section showcases only a handful of them, see <a href="https://github.com/neovim/neovim/wiki/Related-projects#gui">Neovim's wiki</a> for a list of many of the available GUIs.
+
+ <ul>
+ <li>
+ <h5>LSP References UI in <a href="https://github.com/smolck/uivonim">Uivonim</a></h5>
+ <img src="/images/showcase/uiveonim-references.png" alt="uivonim (courtesy of smolck)" width="80%"/>
+ </li>
+
+ <li>
+ <h5>Nyancat in <a href="https://github.com/smolck/uivonim">Uivonim</a></h5>
+ <img src="/images/showcase/veonim_nyancat.png" alt="uivonim (courtesy of smolck)" width="80%"/>
+ </li>
+
+ <li>
+ <h5><a href="https://github.com/akiyosi/goneovim">Goneovim</a></h5>
+ <img src="/images/showcase/goneovim.png" alt="goneovim (courtesy of akyosi)" width="70%"/>
+ </li>
+ </ul>
</div>
</div> Not 100% sure about the text I came up with for the headers & the re-wording I did, lmk what you think. Also here are better screenshots for uivonim you may want to use instead of the current ones, the first is one of nyancat that isn't a weird aspect ratio & that doesn't have my wallpaper in the background, and the second is one of the references UI but w/a smaller window, different colorscheme, & different PL. Feel free to keep the ones you have, I just figure these are better.
@teto You mean just take a screenshot and post it here? Or . . . |
Aha okay I will update some new screenshots. |
I've added nvim-qt (I had not realized they had progressed so much ! they have a treeview/externalized context menu) and gnvim. Just waiting for your screen glepnir then I merge. |
Applied smolck patch and added nvim-qt/gnvim
to easily get the environment.
I would like to showcase the folds/fillchars with unicode too.
It would be nice if we could issue more blog posts to communicate about 0.5, for instance one introduction about treesitter, one about lsp, and some visual showcase. This is the latter, don't hesitate to propose screenshots that are cool and exhibit neovim features. It may start as a blogpost and/or end up on the website permanently.
I have used your pictures, let me know if you disagree @smolck @akiyosi @gleipnir @sunjon