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
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
You are not logged in. However you can subscribe from another Fediverse account, for example Lemmy or Mastodon. To do this, paste the following into the search field of your instance: !programmerhumor@lemmy.ml
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
Posts must be relevant to programming, programmers, or computer science.
No NSFW content.
Jokes must be in good taste. No hate speech, bigotry, etc.
What does it carry over from your swim config? What are the benefits of using Nvidia inside of VSCode as opposed to just nvim?
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
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.
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