diff --git a/helix/config.toml b/helix/config.toml deleted file mode 100644 index f915d40..0000000 --- a/helix/config.toml +++ /dev/null @@ -1,12 +0,0 @@ -theme = "ayu_mirage" - -[editor] -line-number = "relative" - -[editor.cursor-shape] -insert = "bar" -normal = "block" -select = "underline" - -[editor.indent-guides] -render = true