Jane's Blog

Helix配置文件

theme = "catppuccin_mocha"

[editor]
line-number = "relative"
cursorline = true
completion-timeout = 5
completion-trigger-len = 1
end-of-line-diagnostics = "hint"

[editor.statusline]
left = ["spacer", "version-control"]
center = ["mode"]
right = ["diagnostics", "position", "file-type"]
mode.normal = "NORMAL"
mode.insert = "INSERT"
mode.select = "SELECT"

[editor.lsp]
display-messages = true
display-inlay-hints = true

[editor.auto-save.after-delay]
enable = true
timeout = 500

[editor.indent-guides]
render = true

常用软件

浏览器: Safari

终端: Wezterm

数据库管理: DataGrip

Docker: OrbStack

编辑器: Zed

git无法 clonepush 的问题

~/.ssh/config

Host github.com
    Hostname ssh.github.com
    Port 443
    User git