this post was submitted on 02 Feb 2024
296 points (95.7% liked)

Programmer Humor

32000 readers
620 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 6 points 7 months ago (1 children)

I used to use a lot of nvim but actually went to Jetbrains now at work... It's just a lot easier to work with for teams.

[–] [email protected] 2 points 7 months ago (1 children)

Can you not get an nvim extension? There's one for Vscode that works very well and even uses your existing nvim config

[–] [email protected] 2 points 7 months ago (1 children)

What does it carry over from your swim config? What are the benefits of using Nvidia inside of VSCode as opposed to just nvim?

[–] [email protected] 1 points 7 months ago (1 children)

You get everything Vscode does, vscode's LSPs, vscode's element rename/jump to definition (which I realise nvim has but I can't get it to work properly and code does it out of the box), live share sessions, built in split panes and git integration etc etc

It carries over everything as far as I can tell (besides the graphical changes obviously), motions, plugins, shortcuts

I'm sure you can achieve most things Vscode does in neovim but using Vscode/ium and nvim is a massive shortcut

[–] [email protected] 0 points 7 months ago (1 children)

Honestly it seems like you gain nothing but a slightly bloated electron wrapper around NeoVim.

All those features you listed either work out of the box or require minimal configuration in NeoVim.

[–] [email protected] 3 points 7 months ago

As far as I'm aware none of the things I mentioned work out of the box in neovim (jump to definition does but only within the same file which is kinda useless for me