pocco81 / dap-buddy.nvim

🐞 Debug Adapter Protocol manager for Neovim
GNU General Public License v3.0
400 stars 48 forks source link

Synchronous adapter installation #49

Open ByteDrummer opened 2 years ago

ByteDrummer commented 2 years ago

I wonder if we could have a command for synchronous installation of multiple adapters similar to TSInstallSync for nvim-treesitter and CocInstall -sync for coc.nvim. This would help automate installations.

pocco81 commented 2 years ago

I was planning on refactoring that part of the plugin and replacing it with a system similar to nvim-lsp-installer's one. All my efforts are currently going into this other project.

I'll put this on my priority list and work on it ASAP 👍