Open koaning opened 2 weeks ago
it would be nice to not add the default config as is - but rather just the changes. It would be nice to be able to update the default config (for best practices) and let users get those for free.
I guess that could work as well, but then the message should differ.
> marimo config show
User config from /Users/vincentwarmerdam/.config/marimo/marimo.toml
[formatting]
line_length = 79
[keymap]
preset = "default"
[keymap.overrides]
[server]
browser = "default"
follow_symlink = false
[experimental]
multi_column = true
[save]
autosave = "after_delay"
autosave_delay = 1000
format_on_save = false
[package_management]
manager = "pip"
[completion]
activate_on_typing = true
copilot = false
[runtime]
auto_instantiate = true
auto_reload = "off"
on_cell_change = "autorun"
[display]
theme = "light"
code_editor_font_size = 14
cell_output = "above"
default_width = "medium"
dataframes = "rich"
Reading this, it does seem suggested like there is a config being loaded from that file.
Possibly that wording can be changed to be less confusing
Describe the bug
I ran into these steps:
marimo config show
/Users/vincentwarmerdam/.config/marimo/marimo.toml
and figured I might explore it.This was confusing because
marimo config show
did show me some config. So it might be a nice QOL to add the default config in that file instead.There is a relevant thread on Discord.
Environment
Code to reproduce
No response