Issue #44
Email Newsletter
Sign up with your email address to receive an email when a new issue of This Week in Neovim is available
Neovim Core updates {#core}
Updates of Neovim itself, which are available on Neovim nightly.
neovim-plugin-community-updates-{#plugins}">Important: some updates might be missing from this week content. If you want to be sure to always keep up to date with what’s going on in Neovim Core, you are strongly advised to have a look to these places:
- @neovim on Twitter, which tweets the most recent news about the editor.
:h news.txt
will deliver you with the last news inside Neovim directly.- Various PRs on GitHub.
Neovim Plugin Community updates {#plugins}
new-plugins-{#new-plugins}">Neovim is full of active plugins. This section is about the community and what is going on.
New plugins {#new-plugins}
mini.hipatterns
mini.nvim
plugin got its module number 30 - mini.hipatterns
. It can be used to highlight patterns in text (like
TODO
, hex color strings, etc.) with configurable patterns and highlight groups (both can be string or callable).
Highlighting is updated asynchronously with configurable debounce delay.
Updates {#updates}
hop.nvim
Neovim motions on speed!
It’s been a long time the project hasn’t really moved. There are still a couple of bugs crawling around and I, @phaazon, didn’t have the time to fix them. Especially now that I’m not using Neovim that anymore, I don’t really have a big incentive in doing so.
So this is a deprecation notice. Of course, since the project is licensed with BSD-3-Clause, feel free to fork it if you liked it. Initially, I thought about giving commit rights to motivated people but I’m not sure it’s a good idea anymore.
Hop was one — if not the first? — motion plugin brought to Neovim in Lua, after I realized we had issues with the original EasyMotion from Vim and the Neovim virtual text / buffer content. Hop fixed those issues, and a wide variety of other motion plugins started to appear, with different and interesting approaches. Thanks for having used it!
did-you-know?-{#tips}">If you happen to fork and get traction, feel free to reach out to me; I’ll mention the « fork to follow. »
Did you know? {#tips}
Nothing for this week.
special-thanks-{#special-thanks}">Special thanks {#special-thanks}
These people help contributing various updates about Neovim and its ecosystem! Thanks for your contributions! ❤️
want-to-contribute?-{#contribute}">Want to contribute? {#contribute}
You have noticed something missing that you saw lately? Do not keep the candies for yourself and please feel free to share with us! You can open a PR at This Week In Neovim Contents.
Feel free to read how to contribute to get started.