add helix config
This commit is contained in:
parent
082c673c60
commit
3dc3594752
30
config/helix/.config/helix/config.toml
Normal file
30
config/helix/.config/helix/config.toml
Normal 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
|
||||||
3
config/helix/.config/helix/languages.toml
Normal file
3
config/helix/.config/helix/languages.toml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[[language]]
|
||||||
|
name = "rust"
|
||||||
|
auto-format = true
|
||||||
Loading…
x
Reference in New Issue
Block a user