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 must log in or register to comment.
Unlikely. Not really the vim way.
Looks like someone tried to do this and rightfully gave up on the neovim community: Formalize an extension specification: make configuring neovim as easy as vscode #14375
Pity. I’m not aware of another similar effort.
When I was learning neovim over the summer, editing the configs was the perfect way to practice editing. Lua is a simple language and forcing myself to do the config from within nvim created a positive feedback loop where I wanted to keep using the editor more and more. (I realize this anecdote is a non-solution to your request)