diff --git a/helix/config.toml b/helix/config.toml new file mode 100644 index 0000000..b284536 --- /dev/null +++ b/helix/config.toml @@ -0,0 +1,18 @@ +theme = "gruvbox" + +[editor] +mouse = false +middle-click-paste = false +shell = ["/bin/fish", "-c"] +cursorline = false +cursorcolumn = false +line-number = "relative" +auto-completion = true +auto-format = true +true-color = true +color-modes = true + +[editor.cursor-shape] +normal = "block" +insert = "bar" +select = "block"