From 73a217ffa13aa728f1903b782428f7f522b4539a Mon Sep 17 00:00:00 2001 From: Mica White Date: Sat, 31 Jan 2026 16:03:57 -0500 Subject: Initial dotfile stuff --- .config/helix/config.toml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .config/helix/config.toml (limited to '.config/helix/config.toml') diff --git a/.config/helix/config.toml b/.config/helix/config.toml new file mode 100644 index 0000000..fa19bb5 --- /dev/null +++ b/.config/helix/config.toml @@ -0,0 +1,26 @@ +[editor] +line-number = "relative" +end-of-line-diagnostics = "warning" + +[editor.statusline] +left = ["mode", "spinner", "diagnostics"] +center = ["file-name", "read-only-indicator", "file-modification-indicator"] +right = ["register", "position"] + +[editor.lsp] +display-messages = false +display-inlay-hints = true + +[editor.cursor-shape] +insert = "bar" +normal = "block" +select = "underline" + +[editor.file-picker] +hidden = false + +[editor.indent-guides] +render = true + +[editor.smart-tab] +enable = false -- cgit v1.2.3