webinstall / webi-roadmap

A space where we can ideate without cluttering the main repo with stale issues
Mozilla Public License 2.0
2 stars 0 forks source link

Tool to edit vim config #25

Open coolaj86 opened 11 months ago

coolaj86 commented 11 months ago

We need machine-friendly ways of editing certain aspects of the config - which will likely require splitting it out into more files and whatnot.

See https://github.com/webinstall/webi-installers/pull/641#issuecomment-1781600005.

For example:

vimtool get ale.fixers
vimtool add ale.fixers.markdown prettier

I hesitate to say "we should just do it as JSON and generate the config each time" because that's well outside the convention (whereas having a few extra files is odd, but not crazy), but... 🤷‍♂️