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

docs: Update list of currently available settings #2583

Merged
merged 2 commits into from
May 22, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions website/docs/config-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,17 @@ no-multigrid = false
vsync = true
maximized = false
srgb = false
fork = false
idle = true
neovim-bin = "/usr/bin/nvim" # in reality found dynamically on $PATH if unset
frame = "full"
theme = "auto"
title-hidden = true
tabs = true
Copy link
Member

Choose a reason for hiding this comment

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

Could you sort this and the settings in config.rs alphabetically. That way the order is less random, and it's easier to compare.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done in ab188aa. Local cargo test also ran successfully after the change. Can never be too safe


[font]
normal = [] # Will use the bundled Fira Code Nerd Font by default
size = 14.0
```

Settings from environment variables can be found in [Command Line Reference](command-line-reference.md),
Expand Down