TechCodex to Programmer Humor@programming.dev • 2 years agoStill can't decideprogramming.devimagemessage-square72arrow-up1176
arrow-up1166imageStill can't decideprogramming.devTechCodex to Programmer Humor@programming.dev • 2 years agomessage-square72
minus-squaredarcylinkfedilink3•2 years agoneovim is not much different really, except you can do configs in lua (much better).
minus-square@sugar_in_your_tea@sh.itjust.workslinkfedilink4•2 years 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.