Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add, sort options in list, default JSON in options.md #3576

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

niten94
Copy link
Contributor

@niten94 niten94 commented Dec 16, 2024

The changes below are done to options.md in this pull request:

  • Sorting option entries
  • Adding, sorting options in JSON code block with default values
  • Inserting few parts like paths and values in backticks
  • Adjusting colorscheme option description to update content and use formatting like in other options

created for you. If you'd like to take your configuration with you to another
machine, simply copy the settings.json to the other machine.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the seems not exactly useless here?

are not located in configDir, because they are embedded in the micro
binary.

* `colorscheme`: loads the colorscheme stored in `(option).micro`.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems to make the description even less clear than it was.

How about something like:

* `colorscheme`: use the given colorscheme. This setting is `global only`.
   The colorscheme can be either one of the colorschemes that micro comes with
   by default (such as `default`, `solarized` or `solarized-tc`) which are
   embedded in the micro binary, or a custom colorscheme stored in
   `~/.config/micro/colorschemes/$(option).micro` where `$(option)` is the
   option value. You can read more about micro's colorschemes and see the list
   of default colorschemes in `> help colors`.

    default value: `default`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants