2 files changed,
0 insertions(+),
18 deletions(-)
Author:
Smirnov Olexander
ss2316544@gmail.com
Committed at:
2022-06-13 22:02:39 +0300
Parent:
6716ae0
jump to
| D | config/helix/config.toml |
| D | config/helix/languages.toml |
D
config/helix/config.toml
ยทยทยท 1 -theme = "onedark" 2 - 3 -[editor] 4 -line-number = "relative" 5 -scrolloff = 8 6 -true-color = true 7 - 8 -[editor.cursor-shape] 9 -insert = "bar" 10 - 11 -[editor.lsp] 12 -display-messages = true 13 - 14 -[keys.normal] 15 -C-s = ":w" 16 - 17 -[keys.insert] 18 -j = { k = "normal_mode" }