44
This week in Neovim (dotfyle.com)
submitted 11 months ago by mrmanager to c/neovim@sopuli.xyz

Just sharing this on Lemmy as well for all you amazing neovim users. :)

top 5 comments
sorted by: hot top controversial new old
[-] ck_@discuss.tchncs.de 5 points 11 months ago

Thanks a bunch, especially the "alternatives to null-ls" section is great and very helpful.

[-] mrmanager 2 points 11 months ago

I'm not the author, just sharing. But it's a really nice weekly update what's happening in neovim. :)

[-] ck_@discuss.tchncs.de 1 points 11 months ago

Ah, sorry about the confusion. Thanks for sharing though anyways ๐Ÿ™‚

[-] g5pw@feddit.it 3 points 11 months ago

Huh, TIL null-ls is being archived :/

[-] mrmanager 1 points 11 months ago

Yeah this is sad but his reasons also make sense. It can't be fun to have your plugin break all the time because of neovim updates. Most programmers rather focus on building new things than maintaining something from breaking. It's not that much fun.

this post was submitted on 18 Jul 2023
44 points (100.0% liked)

Neovim

1604 readers
1 users here now

Neovim is a modal text editor forked off of Vim in 2014. Being modal means that you do not simply type text on screen, but the behavior and functionality of the editor changes entirely depending on the mode.

The most common and most used mode, the "normal mode" for Neovim is to essentially turn your keyboard in to hotkeys with which you can navigate and manipulate text. Several modes exist, but two other most common ones are "insert mode" where you type in text directly as if it was a traditional text editor, and "visual mode" where you select text.

Neovim seeks to enable further community participation in its development and to make drastic changes without turning it in to something that is "not Vim". Neovim also seeks to enable embedding the editor within GUI applications.

The Neovim logo by Jason Long is licensed under the Creative Commons Attribution 3.0 Unported License.

founded 3 years ago
MODERATORS