I am enjoying neovim plugin https://github.com/esmuellert/codediff.nvim for reviewing git changes/history to the point that i have a alias in my git aliases:

[alias]
diffc = "!f() { args=\"$@\"; [ -z \"$args\" -a -z \"$(git status --porcelain)\" ] && args=\"HEAD~1\"; diff -c \":CodeDiff ${args}\"; }; f"

my lazy.vim config on how i configure it is here:

https://paste.openstack.org/show/bJsnvLiV9VngOKmfdLai/

#nvim #lazyvim #git #review

Peoples of #neovim #nvim can you send me your #dotfiles

Much appreciated :3

ignore the massive bag i brought to steal some of the code and ideas

Have you ever needed (n)vim to calculate a maths expression on a line or visual selection and add or replace it with the answer? Calcium can do that for you:

https://github.com/Necrom4/calcium.nvim

From the README:

- πŸ‘ Simple & Complex Expressions: Handle any mathematical expression, see the 𝑓unctions section.
- 𝑓π‘₯ Variable Support: Use variables anywhere in your buffer.
- 🎯 Work in the buffer: Evaluates expression in visual selection or current line.

Saved me a lot of time today!

#vim #Neovim #nvim

πŸ“[PRO] It’s time to say goodbye to #Vim / #NVim and hello πŸ‘‹ to #HelixEditor … and yes I change my whole NixOS Infrastructure to configure 🧬Helix declarative and reproducible πŸ˜…

https://www.nerdbude.com/helix/

HELIX | $NB_

I guess one(?) of the things I need to keep an eye out on, is the possibility of #neovim being auto-removed from #Debian on June 17th if this outstanding tree-sitter issue isn't resolved:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1135706

#nvim #NoteToSelf

#1135706 - neovim: vulnerable to security bug fixed in Vim 9.2.0331, among others - Debian Bug report logs

After a little bit of reading and a looong, overdue audit/cleansing of my .vimrc, I'm ready(!) to test drive #nvim

It's only been on my "Hey, I'd like to try that thing out" list for...5(?) years.

Even if it doesn't stick, eh, I've got my audit/cleanup out of the way, fixed up some longstanding quirks, and finally retired powerline(for vim-airline).

#Vim #GettingThingsDoneEventually #neovim

I made a little Zettelkasten plugin for Neovim: https://codeberg.org/smeikx/zetka.nvim

I’ve started a Zettelkasten to reflect on media I read, watch and listen to; I hope this will help me define, refine, explain and defend my core beliefs and opinions.

I created the plugin myself to think about how I want to use my personal Zettelkasten and because it was fun. But I tried to make it useful for other people too, so give it a try if you like.

#nvim #Neovim #lua #Zettelkasten #PIM

zetka.nvim

A basic Zettelkasten system for Neovim.

Codeberg.org
hey #nvim friends, is there a modern #netrw package or equivalent that can escalate on the remote side using custom commands? asking for a friend

Yeah, my first real use of `:w ++opt`.

#neovim #nvim

andev0x/nvimz: A minimalist, high-performance Neovim configuration optimized for Neovim 0.12+

A minimalist, high-performance Neovim configuration optimized for Neovim 0.12+

#nvim, #minimalist, #vim-pack, #mini-nvim

GitHub - andev0x/nvimz: A minimalist, high-performance Neovim configuration optimized for Neovim 0.12+

A minimalist, high-performance Neovim configuration optimized for Neovim 0.12+ - andev0x/nvimz

GitHub