1
0
Fork 0
This commit is contained in:
Jeremy Kaplan 2022-12-30 17:20:25 -08:00
commit b96719ca62
3 changed files with 19 additions and 0 deletions

15
helix/config.toml Normal file
View file

@ -0,0 +1,15 @@
theme = "onedark"
[editor]
scrolloff = 0
cursorline = true
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"
[editor.statusline]
left = ["mode", "spinner", "file-name"]
center = []
right = ["diagnostics", "selections", "position", "position-percentage", "file-encoding"]