Added helix config to dotfiles

This commit is contained in:
Luke Else 2023-09-19 19:55:24 +01:00
parent d4bd724bb2
commit 6d8bd7c1a4

17
helix/config.toml Normal file
View File

@ -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"]