-
Notifications
You must be signed in to change notification settings - Fork 42
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
Question: is there a default configuration file? #30
Comments
@guyeu The only property settable in the configuration file is |
Due to both #32 and #33 being merged as of this comment, I would like to suggest to add a commented list of the possible values to set ( That way, users have a brief overview which aspects of their installation of What do you think about this suggestion? |
Sorry for being so slow to answer this! The "settings file" is half-baked right now -- there's not a lot to configure. I am working on changing this in #29 and making many more things configurable (e.g. the tree sitter parsers and modes in that PR + key bindings in a follow up).
Medium term, I'd like to move the themes themselves from the source code and into the configuration file, so adding a theme doesn't require rebuilding or a PR! 😅 |
@guyeu: the default configuration file can be created with the following command as described in the README:
There had been significant progress to the code base since you had been authoring this issue. This progress introduces the requested functionality. Please note that the command line option for the default configuration file was changed. At the moment, this feature is only available when building directly from this repository, see "nightly version" in the README:
I am convinced that there will be an official release introducing these changes soon but I cannot foresee the exact point of time. Until the version on crates.io was updated, the nightly version works pretty well and stable. Does this answer your question? |
I noticed an option
--create-settings
, but it just opens an empty file, I have no idea how to write my configuration ( for me, I want to save the theme ).The text was updated successfully, but these errors were encountered: