Use helix as default editor

This commit is contained in:
2025-11-18 17:36:17 +01:00
parent 53b3e791df
commit 4ff5da379c
3 changed files with 3 additions and 2 deletions

View File

@ -1,2 +1,3 @@
[[language]]
name = "rust"
diagnostic-severity = "info" # don't show hints

View File

@ -101,7 +101,7 @@ if ("XDG_RUNTIME_DIR" in $env) {
$env.GPG_TTY = (tty)
$env.BROWSER = "firefox"
$env.EDITOR = "nvim"
$env.EDITOR = "helix"
$env.DEFMT_LOG = "info"
$env.MOZ_ENABLE_WAYLAND = "1"
$env.VOLTA_HOME = $"($env.HOME)/.volta"

View File

@ -12,7 +12,7 @@
rebase = true
[core]
editor = nvim
editor = helix
[init]
defaultBranch = master