diff --git a/helix/config.toml b/helix/config.toml index ee8eee9..941982b 100644 --- a/helix/config.toml +++ b/helix/config.toml @@ -1 +1,5 @@ theme = "theme" + + +[editor.indent-guides] +render = true diff --git a/yazi/yazi.toml b/yazi/yazi.toml new file mode 100644 index 0000000..cc72e36 --- /dev/null +++ b/yazi/yazi.toml @@ -0,0 +1,4 @@ +[opener] +edit = [ + { run = 'hx "$@"', desc = "$EDITOR", block = true, for = "unix" }, +]