diff --git a/templates/.config/helix/config.toml b/templates/.config/helix/config.toml new file mode 100644 index 0000000..f23e9b6 --- /dev/null +++ b/templates/.config/helix/config.toml @@ -0,0 +1,5 @@ +theme = "base16_default" + +[editor] +line-number = "relative" +rulers = [80, 100]