add helix config

This commit is contained in:
James Dixon 2023-01-09 02:16:16 -05:00
parent 082c673c60
commit 3dc3594752
2 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,30 @@
# https://docs.helix-editor.com/
# https://github.com/helix-editor/helix/wiki
theme = "github_dark"
[editor]
true-color = true
mouse = true
bufferline = "multiple"
[keys.normal]
G = "goto_file_end"
X = "extend_line_above"
esc = ["collapse_selection", "keep_primary_selection"]
[keys.normal.space]
q = ":quit"
w = ":write"
l = ":config-reload"
# [editor.cursor-shape]
# insert = "bar"
# normal = "block"
# select = "underline"
[editor.file-picker]
hidden = false
[editor.lsp]
display-messages = true

View File

@ -0,0 +1,3 @@
[[language]]
name = "rust"
auto-format = true