vimrc-builder
                                
                                 vimrc-builder copied to clipboard
                                
                                    vimrc-builder copied to clipboard
                            
                            
                            
                        Categorize settings
Hey, this seems to be a cool project and could be very helpful for new Vim users. I think it would be nice to show categories of settings such as:
- General
- Presentation
- Navigation
- Custom mappings
- Tabs/Panes
- Search ...
I'm thinking of using something such as accordion components, so the users can toggle the commands that they're interested in.
Is this something akin to a preset? Select "Presentational" and it would auto-click an array of different commands which relate to "presentational"?
I like this idea, would love to evolve it further and get something like this in the code 👌
Would be open for a PR if anyone is interested in implementing this. Should involve changing the JSON structure, adding an accordion component, then connecting it all together to pass the type checks!