this post was submitted on 30 Oct 2023
12 points (80.0% liked)

Neovim

2130 readers
2 users here now

founded 1 year ago
MODERATORS
 

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
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 11 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!