TechCodex@programming.dev to Programmer Humor@programming.dev · 1 year agoStill can't decideprogramming.devimagemessage-square74fedilinkarrow-up1179arrow-down110
arrow-up1169arrow-down1imageStill can't decideprogramming.devTechCodex@programming.dev to Programmer Humor@programming.dev · 1 year agomessage-square74fedilink
minus-squaredarcy@sh.itjust.workslinkfedilinkarrow-up3·1 year agoneovim is not much different really, except you can do configs in lua (much better).
minus-squaresugar_in_your_tea@sh.itjust.workslinkfedilinkarrow-up4·1 year agoVim chocked for me when I tried to launch it with git commit -v with a massive changeset (~100 files, lots of small changes per file), and neovim was cool with it. So neovim is just a little bit smoother.
neovim is not much different really, except you can do configs in lua (much better).
Vim chocked for me when I tried to launch it with
git commit -v
with a massive changeset (~100 files, lots of small changes per file), and neovim was cool with it.So neovim is just a little bit smoother.