Select a color scheme for your Dotfyle experience

Issue #35

Issue #35
comments

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}">

Neovim Core updates {#core}

Updates of Neovim itself, which are available on Neovim nightly.

Important: if you are a plugin author, you are strongly advised to follow the #14090 breaking changes on master GitHub thread, as it contains important breaking changes information.

neovim-plugin-community-updates-{#plugins}">

Neovim Plugin Community updates {#plugins}

Neovim is full of active plugins. This section is about the community and what is going on.

new-plugins-{#new-plugins}">

New plugins {#new-plugins}

flatten.nvim

Flatten.nvim allows you to open files from a Neovim terminal buffer in your current Neovim session. It's easily configurable, and supports blocking so programs which need a pager / editor can use the current Neovim session as well. Goodbye nested Neovim instances!

mini.splitjoin

There is a new mini.splitjoin module in mini.nvim. It implements functionality and mappings to split and join arguments (regions inside brackets between allowed separators) under cursor. Mappings are dot-repeatable in Normal mode and work in Visual mode. Has customizable pre and post hooks for both split and join. Works inside comments.

relative-toggle.nvim

This plugin will enhance your Neovim experience by automatically toggling smoothly between relative and absolute line numbers in various Neovim events. This is useful when you want to take advantage of the information on those types of numbers in different situations.

updates-{#updates}">

Updates {#updates}

AstroNvim

AstroNvim is an aesthetic and feature-rich Neovim config that is extensible and easy to use with a great set of plugins.

Astronvim v3

AstroNvim v3.0 has been released with many great improvements such as migrating to lazy.nvim, decreased user configuration abstraction, out-of-the-box folding, and tons of small performance and usability improvements. Check out the GitHub Release Announcement for more details of the update.

AstroNvim Community Repository

AstroNvim v3 has also brought the release of the AstroNvim Community Repository which aims to be a community lead plugin marketplace for users to build and share neovim plugin configurations specifically designed for AstroNvim. This can range from adding single plugins and colorschemes to setting up entire language support packs!

did-you-know?-{#tips}">

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.

CC-BY-SA