Skip Navigation

Plugin UI

Is there a Lazy UI for managing Plugins not directly in a Text File, but something more akin to VSCode's Extensions view?

2
2 comments
  • 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.