this post was submitted on 04 Dec 2024
36 points (95.0% liked)

Neovim

2195 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
[–] ad_on_is@lemm.ee 3 points 2 weeks ago* (last edited 2 weeks ago)

For me, LunarVim feels more like NVChad, with it's own set of options to control neovim... I'm honestly not a huge fan of this approach.

lvim.builtin.lualine.sections.lualine_c = {...}

I prefer the "lazy" way using plugin files, with the lazy notation, since it feels more agnostic.