Skip to content

Instantly share code, notes, and snippets.

@pythoninthegrass
Created October 28, 2025 19:01
Show Gist options
  • Select an option

  • Save pythoninthegrass/1e3c6823e353c2d4b2555c7ea303f933 to your computer and use it in GitHub Desktop.

Select an option

Save pythoninthegrass/1e3c6823e353c2d4b2555c7ea303f933 to your computer and use it in GitHub Desktop.
Marimo config
[experimental]
[completion]
copilot = "github"
activate_on_typing = true
[save]
autosave_delay = 3000
format_on_save = false
autosave = "after_delay"
[display]
code_editor_font_size = 14
default_table_page_size = 10
theme = "light"
cell_output = "below"
default_width = "medium"
dataframes = "rich"
reference_highlighting = false
default_table_max_columns = 50
[runtime]
watcher_on_save = "lazy"
std_stream_max_bytes = 1000000
auto_reload = "off"
reactive_tests = true
output_max_bytes = 8000000
default_sql_output = "auto"
default_auto_download = []
auto_instantiate = false
on_cell_change = "autorun"
[snippets]
include_default_snippets = true
custom_paths = []
[keymap]
destructive_delete = true
preset = "default"
[keymap.overrides]
[package_management]
manager = "uv"
[language_servers.basedpyright]
[language_servers.pylsp]
enabled = true
enable_ruff = true
enable_mypy = true
enable_pylint = false
enable_pydocstyle = false
enable_flake8 = false
enable_pyflakes = false
[language_servers.ty]
[diagnostics]
sql_linter = true
[mcp]
presets = ["marimo", "context7"]
[mcp.mcpServers]
[ai]
rules = ""
mode = "manual"
inline_tooltip = true
[ai.models]
edit_model = "anthropic/claude-sonnet-4-5"
displayed_models = []
custom_models = []
chat_model = "anthropic/claude-sonnet-4-0"
[ai.github]
[server]
follow_symlink = false
browser = "default"
[formatting]
line_length = 130
@pythoninthegrass
Copy link
Author

git clone [email protected]:1e3c6823e353c2d4b2555c7ea303f933.git marimo_config
mv ~/.config/marimo/marimo.toml ~/.config/marimo/marimo.toml.bak
ln -s $(pwd)/marimo.toml ~/.config/marimo/marimo.toml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment