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,18 +0,0 @@
-theme = "onedark" - -[editor] -line-number = "relative" -scrolloff = 8 -true-color = true - -[editor.cursor-shape] -insert = "bar" - -[editor.lsp] -display-messages = true - -[keys.normal] -C-s = ":w" - -[keys.insert] -j = { k = "normal_mode" }