Added helix config to dotfiles
This commit is contained in:
parent
d4bd724bb2
commit
6d8bd7c1a4
17
helix/config.toml
Normal file
17
helix/config.toml
Normal 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"]
|
Loading…
Reference in New Issue
Block a user