this post was submitted on 04 Dec 2024
36 points (95.0% liked)
Neovim
2197 readers
6 users here now
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Neovim is genuinely great, but I miss full integrated multicursor support, none of the multicursor libraries quite work seamlessly, I also miss the easily made javascript extensions every time I dive into lua
On the other hand dropping mouse usage entirely is a good little boost to productivity
For me using the nvim extension inside vscode was the sweet spot
I find Lua much more pleasant to code in than JavaScript.
Isn't this multicursor plugin one of the best, compared to, for exampme, VSCode?
https://github.com/mg979/vim-visual-multi
also
:%s/findStr/replaceStr/g
gives a live preview too.has been around before neovim
This is the way. Best of both worlds
How does the nvim-extension compare to vscodevim?