From 7971835303f1d73272e7b2170ecd3f2eb5680b40 Mon Sep 17 00:00:00 2001 From: polwex Date: Sun, 6 Oct 2024 13:12:46 +0000 Subject: s15 --- helix/config.toml | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 helix/config.toml (limited to 'helix/config.toml') diff --git a/helix/config.toml b/helix/config.toml new file mode 100644 index 0000000..1087fba --- /dev/null +++ b/helix/config.toml @@ -0,0 +1,43 @@ +theme = "onedark" + +[editor] +line-number = "relative" +cursorline = true +cursorcolumn = true +idle-timeout = 800 +auto-format = true + +[editor.lsp] +display-inlay-hints = true +display-messages = true + +[editor.indent-guides] +render = true +character = "▏" # Some characters that work well: "▏", "┆", "┊", "⸽" +skip-levels = 1 + +[editor.cursor-shape] +insert = "bar" +normal = "block" +select = "underline" + +[editor.file-picker] +hidden = false + +[editor.soft-wrap] +enable = true + +[editor.whitespace.render] +tab = "all" +newline = "none" + +[editor.whitespace.characters] +tab = "→" +newline = "⏎" + +[keys.normal] +S-left = "jump_view_left" +S-right = "jump_view_right" +A-left = "swap_view_left" +A-right = "swap_view_right" +C-right = "toggle_comments" -- cgit v1.2.3