vimrc-builder icon indicating copy to clipboard operation
vimrc-builder copied to clipboard

Categorize settings

Open hql287 opened this issue 7 years ago • 2 comments

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.

hql287 avatar Jan 05 '18 15:01 hql287

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 👌

dawsbot avatar Jan 05 '18 18:01 dawsbot

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!

dawsbot avatar Jan 21 '21 00:01 dawsbot