From 6d8bd7c1a4d8d4ec7d2085179827f89fe50f69f9 Mon Sep 17 00:00:00 2001 From: Luke Else Date: Tue, 19 Sep 2023 19:55:24 +0100 Subject: [PATCH] Added helix config to dotfiles --- helix/config.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 helix/config.toml diff --git a/helix/config.toml b/helix/config.toml new file mode 100644 index 0000000..bc7514a --- /dev/null +++ b/helix/config.toml @@ -0,0 +1,17 @@ +theme = "onedark" + +[editor] +line-number = "relative" +bufferline = "always" + +[editor.soft-wrap] +enable = true + +[editor.lsp] +display-inlay-hints = true +display-messages = true +snippets = true + +[editor.statusline] +left = ["mode", "spinner", "file-name", "file-modification-indicator", "workspace-diagnostics" ] +right = ["version-control", "diagnostics", "position", "file-encoding", "total-line-numbers", "file-type"] \ No newline at end of file