Like a TUI version of stuff like in the picture?

Basically a settings dialog with:

  • all nvim options (in sections)
  • a plugin section with
  • installed plugins
    • toggle
    • configuration options
  • available plugins
  • dabe@programming.dev
    ·
    8 months ago

    I think lazy.nvim has a pretty decent UI box for when you have plugins already installed. Things like managing updates and uninstalling for a session. But yeah it would be such a mess for a separate program to mess with the actual nvim config, or it would require enough setup to make it not even worth it in the first place. 99% of plugins can be “installed” by just pasting their remote Git repo urls into your package manager setup so, it’s not bad really. Part of the trade off for more control and efficiency I guess!