diff --git a/helix/.config/helix/config.toml b/helix/.config/helix/config.toml index 5625bcc..525e630 100644 --- a/helix/.config/helix/config.toml +++ b/helix/.config/helix/config.toml @@ -1,6 +1,41 @@ +theme = "monokai_pro_spectrum" + +[editor] +auto-format = false +auto-save = true +color-modes = true +cursorline = true +gutters = ["diff", "diagnostics", "line-numbers", "spacer"] +shell = ["fish", "-c"] +true-color = true + +[editor.cursor-shape] +insert = "bar" +normal = "block" +select = "underline" + +[editor.indent-guides] +render = true + +[editor.soft-wrap] +enable = true + +[editor.statusline] +left = ["mode", "spinner"] +center = ["file-name"] +right = ["diagnostics", "selections", "position", "file-encoding", "file-line-ending", "file-type"] +separator = "│" +mode.normal = "NORMAL" +mode.insert = "INSERT" +mode.select = "SELECT" + +[editor.whitespace.render] +space = "none" +tab = "none" +newline = "all" + [keys.normal] # Quick iteration on config changes -C-o = ":config-open" C-r = ":config-reload" # Some nice Helix stuff