extrawurst / gitui

Blazing 💥 fast terminal-ui for git written in rust 🦀
MIT License
18.18k stars 553 forks source link

Support JSON/YAML format for config #1786

Open EmilyGraceSeville7cf opened 1 year ago

EmilyGraceSeville7cf commented 1 year ago

Is your feature request related to a problem? Please describe. It's hard write configs without having any sort of intellisence. YAML/JSON files have good enough LSP for VS Code:

image

Describe the solution you'd like Add support for JSON/YAML formats for config until ron gets intellisence support like JSON/YAML where user can create any arbitrary schemas and associate them with any files.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Besides, I am suggesting this feature as I can write JSON schemas and could add a new one for yours config if JSON/YAML formats were supported.

extrawurst commented 1 year ago

until ron gets intellisence support like JSON/YAML where user can create any arbitrary schemas and associate them with any files.

I am all for that 👌 Working on this on the other hand does not add value to me right now. I am open for PRs to make documentation of the current config formats better, to close the gap.

stale[bot] commented 5 months ago

This issue has been automatically marked as stale because it has not had any activity half a year. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.