helix
This commit is contained in:
parent
5594b6c9ec
commit
91ce0767f0
3 changed files with 37 additions and 10 deletions
23
helix/.config/helix/config.toml
Normal file
23
helix/.config/helix/config.toml
Normal file
|
@ -0,0 +1,23 @@
|
|||
theme = "github_dark"
|
||||
|
||||
[editor]
|
||||
line-number = "relative"
|
||||
scroll-lines = 3
|
||||
|
||||
[editor.cursor-shape]
|
||||
insert = "bar"
|
||||
normal = "block"
|
||||
select = "underline"
|
||||
|
||||
[editor.lsp]
|
||||
display-messages = true
|
||||
|
||||
[editor.whitespace.characters]
|
||||
space = " "
|
||||
newline = "⏎"
|
||||
tab = "→"
|
||||
tabpad = "·"
|
||||
nbsp = "⍽"
|
||||
|
||||
[keys.normal]
|
||||
esc = ["collapse_selection", "keep_primary_selection"]
|
Loading…
Add table
Add a link
Reference in a new issue