Is there a Lazy UI for managing Plugins not directly in a Text File, but something more akin to VSCode’s Extensions view?
You must log in or register to comment.
After adding the plugin you can manage (enable, disable, update, etc.) it using the lazy.nvim plugin manager.
Only for installing and updating, it’s honestly not really feasible for instance plugins via a UI due to the configuration being inlined with the plugin declaration. It’s not too bad once you get used to it.