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

  • 𝘋𝘪𝘳𝘬
    link
    fedilink
    arrow-up
    4
    ·
    8 months ago

    After adding the plugin you can manage (enable, disable, update, etc.) it using the lazy.nvim plugin manager.

  • mac@infosec.pubM
    link
    fedilink
    arrow-up
    1
    ·
    6 months ago

    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.