Skip to content

Commit ea5b2c9

Browse files
author
Christian Clason
committed
add GIFs with notification mockup
1 parent 3a864b3 commit ea5b2c9

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

_posts/2021-07-05-newsletter.md renamed to _posts/2021-07-12-newsletter.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: newsletter
33
title: "Neovim News #11 - The Christmas Issue"
44
category: newsletter
5-
permalink: /news/2021/07/09
5+
permalink: /news/2021/07/12
66
---
77

88
# Neovim News #11 - The Christmas Issue
@@ -129,6 +129,11 @@ Of course, these were not the only [major changes in 0.5](https://github.com/neo
129129

130130
There is an improved decoration provider API that allows setting and interacting with extmarks (invisible anchored text markers that move when surrounding text is edited), virtual text (text overlays that can now be drawn at any position on screen), and highlights (which is heavily leveraged by nvim-treesitter).
131131

132+
The following notification mockups taken from a [Discourse post](https://neovim.discourse.group/t/wip-animated-notifications-plugin/448) by [@sunjon](https://github.com/sunjon) show what can be achieved with this API in combination with LuaJIT:
133+
134+
![Notification mockup 1](../images/news11_notif1.gif)
135+
![Notification mockup 2](../images/news11_notif2.gif)
136+
132137
### Floats
133138

134139
The API for floating windows now includes a "z-index" (allowing for control over how floating windows stack) and support for borders.

images/news11_notif1.gif

1.49 MB
Loading

images/news11_notif2.gif

492 KB
Loading

0 commit comments

Comments
 (0)