this post was submitted on 04 Dec 2024
41 points (95.6% liked)

Neovim

2251 readers
2 users here now

founded 2 years ago
MODERATORS
 

Honestly... everybody should try out neovim for at least a week. I mean like... fully commit to it.

It's just amazing how fast and light on resource usage it is, compared to vscode.

For reference: I just opened qmk_firmware which has a shit load of clang code and files. Guess what, neovim doesn't even break a sweat, while vscode almost burns my CPU.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 5 points 1 month ago (4 children)

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

[–] [email protected] 7 points 1 month ago* (last edited 1 month ago)

I find Lua much more pleasant to code in than JavaScript.

[–] [email protected] 4 points 1 month ago (1 children)

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.

[–] desipenguin 3 points 1 month ago

:%s/findStr/replaceStr/g

has been around before neovim

[–] [email protected] 1 points 1 month ago

This is the way. Best of both worlds

[–] [email protected] 1 points 1 month ago

How does the nvim-extension compare to vscodevim?