-
coc.nvim
Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.
It takes some time to set up nvim to feel like VScode, so don't expect this to happen overnight, you need a lot of plugins because VScode provides a ton of tools out of the box. I would recommend the plugin Coc.nvim. That gets you most of the way there right away. When you're comfortable, nvim provides built in tools, but they require more configuration.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Thanks that is helpful. I do have a question though. Is there any plugin similar to ace-window? I frequently have a situation where I have two frames (basically two windows) that are connected to the same Emacs process, and I am jumping between buffers in both frames.
-
nvim-window-picker
This plugins prompts the user to pick a window and returns the window id of the picked window
-
-
I am currently working off a fork of lazyvim, but good to know that it is the right place. I've also seen neorg, but I'm not sure what it's advantages really are over just using org files. Also, I saw that a zk plugin exists. Do you have any experience with that?
-
nvim-dap supports vscode's launch.json. Also see nvim-dap-ui.