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