mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
18 lines
No EOL
227 B
TOML
18 lines
No EOL
227 B
TOML
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" } |