Skip to content

Instantly share code, notes, and snippets.

@wwiill
Last active March 8, 2025 00:25
Show Gist options
  • Save wwiill/3c049e028518109fbeafafe8c15cf944 to your computer and use it in GitHub Desktop.
Save wwiill/3c049e028518109fbeafafe8c15cf944 to your computer and use it in GitHub Desktop.
#################### ~/.config/helix/config.toml ####################
theme = "tokyonight_storm"
#theme = "base16_transparent"
[editor]
line-number = "relative"
mouse = false
bufferline = "multiple"
[keys.normal]
esc = ["collapse_selection", "keep_primary_selection"]
[editor.cursor-shape]
insert = "bar"
#################### ~/.config/helix/languages.toml ####################
[[language]]
name = "python"
language-servers = ["pylsp", "ruff"]
auto-format = true
[language-server.ruff.config.settings]
lineLength = 120
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment